updates and better URI schemes

This commit is contained in:
MediaWiki 2026-01-27 16:58:50 +01:00
parent a88c2ff5d0
commit 9a5bd14841
6 changed files with 33 additions and 25 deletions

View file

@ -19,6 +19,7 @@ server {
}
location / {
add_header 'X-Content-Type-Options' 'nosniff';
try_files $uri $uri/ @rewrite;
}