feature/108_vite_migration #118

Merged
philipp merged 27 commits from feature/108_vite_migration into dev 2021-04-03 17:17:25 +00:00
Showing only changes of commit 5352410d0c - Show all commits

View File

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