This commit is contained in:
F4ilji
2025-05-26 12:03:02 +05:00
parent dae6dcf48f
commit 00f475c9c3
10 changed files with 20 additions and 9 deletions
+5 -1
View File
@@ -65,6 +65,8 @@ server {
alias /var/www/public/sveden/;
index index.html;
try_files $uri $uri/ /sveden/index.html;
expires epoch;
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
}
location = /sveden {
@@ -74,7 +76,9 @@ server {
location /abitur/ {
alias /var/www/public/abitur/;
index index.html;
try_files $uri $uri/ /sveden/index.html;
try_files $uri $uri/ /abitur/index.html;
expires epoch;
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
}
location = /abitur {