Skip to content

Commit a50146d

Browse files
committed
Merge pull request #2350 from bcremer/patch-1
Fix missing semicolon in nginx configuration snippet
2 parents 66ff9fc + af847d7 commit a50146d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/basics/Histories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you're using nginx, use the [`try_files` directive](http://nginx.org/en/docs/
7474
server {
7575
...
7676
location / {
77-
try_files $uri /index.html
77+
try_files $uri /index.html;
7878
}
7979
}
8080
```

0 commit comments

Comments
 (0)