This commit is contained in:
2026-03-13 18:47:30 +00:00
parent 5250bca558
commit 83d6085ea5
24 changed files with 2425 additions and 1018 deletions

View File

@@ -83,6 +83,12 @@ location ~ \.(otf|woff2?)$ {
access_log off; # Optional: Don't log access to assets
}
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
try_files $uri /index.php$request_uri;
# Optional: Don't log access to other assets
access_log off;
}
# Rule borrowed from `.htaccess`
location /remote {
return 301 /remote.php$request_uri;