🐞 fix NGINX config

ref #108
This commit is contained in:
Philipp Dormann 2021-04-02 21:06:57 +02:00
parent c5d155396a
commit 5352410d0c

View File

@ -7,15 +7,12 @@ http {
error_page 404 /index.html; error_page 404 /index.html;
root /usr/share/nginx/html; root /usr/share/nginx/html;
location = /index.html { location = /index.html {
internal;
add_header Cache-Control 'no-store'; add_header Cache-Control 'no-store';
} }
location = / { location = / {
internal;
add_header Cache-Control 'no-store'; add_header Cache-Control 'no-store';
} }
location = /env.js { location = /env.js {
internal;
add_header Cache-Control 'no-store'; add_header Cache-Control 'no-store';
} }
location / { location / {