Skip to content

Commit af847d7

Browse files
committed
Fix missing semicolon in nginx configuration snippet
1 parent 66ff9fc commit af847d7

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)