ci(app): update nginx.conf
This commit is contained in:
parent
975d2e1d58
commit
f66ca69c15
@ -25,7 +25,8 @@ http {
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/index.html =404;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user