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 f146c02 commit eeb3a3eCopy full SHA for eeb3a3e
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 / {
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.
@@ -119,10 +119,6 @@ server {
119
location /angular {
120
return 404;
121
}
122
-
123
- location / {
124
- return 404;
125
- }
126
127
128
server {
0 commit comments