Skip to content

Commit

Permalink
Fix typo in "Using nginx" section (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
stes authored and miguelgrinberg committed Jun 19, 2019
1 parent 40a34c1 commit 9e152b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ proxies HTTP and WebSocket requests::
proxy_pass http://127.0.0.1:5000;
}

locaton /static {
location /static {
alias <path-to-your-application>/static;
expires 30d;
}
Expand Down

0 comments on commit 9e152b2

Please sign in to comment.