Skip to content

Commit 2f1c322

Browse files
authored
Fix typo in documentation (#1524)
1 parent c527c90 commit 2f1c322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ servers::
678678
proxy_pass http://127.0.0.1:5000;
679679
}
680680

681-
locaton /static {
681+
location /static {
682682
alias <path-to-your-application>/static;
683683
expires 30d;
684684
}

0 commit comments

Comments
 (0)