back to original index
This commit is contained in:
parent
371185e8a5
commit
cfe05f8517
1 changed files with 1 additions and 6 deletions
|
|
@ -61,12 +61,7 @@ http {
|
||||||
expires $cache_expires;
|
expires $cache_expires;
|
||||||
|
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
try_files $uri /indexV2.html;
|
try_files $uri /index.html;
|
||||||
|
|
||||||
location = /index.html {
|
|
||||||
return 301 /indexV2.html;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Healthcheck
|
# Healthcheck
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue