This commit is contained in:
@@ -3,7 +3,7 @@ server {
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
location /web/ {
|
||||
try_files $uri $uri/ /web/index.html;
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user