|
|
@ -25,6 +25,7 @@ server {
|
|
|
|
location / {
|
|
|
|
location / {
|
|
|
|
root /usr/share/nginx/html/dist;
|
|
|
|
root /usr/share/nginx/html/dist;
|
|
|
|
index index.html index.htm;
|
|
|
|
index index.html index.htm;
|
|
|
|
|
|
|
|
try_files $uri $uri/ /index.html;
|
|
|
|
# add_header Cache-Control no-store;
|
|
|
|
# add_header Cache-Control no-store;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|