We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639267a commit b156d74Copy full SHA for b156d74
1 file changed
nginx.conf
@@ -27,7 +27,6 @@ http {
27
location / {
28
root /usr/share/nginx/html;
29
index index.html index.htm;
30
- try_files $uri $uri/ /index.html;
31
}
32
33
0 commit comments