This commit is contained in:
F4ilji
2025-05-22 15:22:19 +05:00
parent 791a56ca4d
commit 9c22e7601c
7 changed files with 42 additions and 190 deletions
+10
View File
@@ -71,6 +71,16 @@ server {
return 301 /sveden/;
}
location /abitur/ {
alias /var/www/public/abitur/;
index index.html;
try_files $uri $uri/ /sveden/index.html;
}
location = /abitur {
return 301 /abitur/;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;