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 4e3892f commit f146c02Copy full SHA for f146c02
nginx/filesystem/etc/nginx/conf.d/nginx.conf
@@ -43,7 +43,7 @@ server {
43
#charset koi8-r;
44
#access_log /var/log/nginx/host.access.log main;
45
46
- location = /index.html {
+ location /index.html {
47
root /usr/share/nginx/html;
48
# First attempt to serve request as file, then
49
# as directory, then redirect to index(angular) if no file found.
0 commit comments