fix bugs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user