sync - 0.12.3 #127

Manually merged
philipp merged 122 commits from dev into main 2021-04-08 17:28:32 +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 / {