Update nginx config

This commit is contained in:
2024-03-05 22:19:53 +01:00
parent 7a6681f06c
commit be18d2162d
2 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,12 @@ server {
add_header X-XSS-Protection "1; mode=block" always;
fastcgi_hide_header X-Powered-By;
include mime.types;
types {
text/javascript js mjs;
application/wasm wasm;
}
index index.php index.html /index.php$request_uri;
location = / {