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 627edfa commit 4e3892fCopy full SHA for 4e3892f
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 = / {
+ 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