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 c5d155396a - Show all commits

View File

@ -14,6 +14,10 @@ http {
internal;
add_header Cache-Control 'no-store';
}
location = /env.js {
internal;
add_header Cache-Control 'no-store';
}
location / {
try_files $uri $uri/ /index.html;
}