***NO_CI*** fix nginx.conf

This commit is contained in:
Nico Hanus
2020-04-17 13:07:08 +02:00
parent f44622fe6e
commit d1268235ac

View File

@@ -6,7 +6,7 @@ server {
gzip_comp_level 9;
etag on;
location / {
try_files \$uri \$uri/ /index.html;
try_files $uri $uri/ /index.html;
}
location /static/ {
add_header Cache-Control max-age=31536000;