We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662965e commit 1695a86Copy full SHA for 1695a86
1 file changed
nginx/nginx.conf
@@ -46,7 +46,7 @@ http {
46
root /usr/share/nginx/html;
47
# First attempt to serve request as file, then
48
# as directory, then fall back to redirecting to index.html
49
- try_files /index.html;
+ try_files /index.html =404;
50
}
51
52
location / {
0 commit comments