1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

dont polute store_app

This commit is contained in:
Robin Appelman 2026-03-06 00:48:12 +01:00
commit bf7a8d9a34
3 changed files with 12 additions and 5 deletions

View file

@ -69,6 +69,16 @@ http {
access_log off;
}
location ^~ /store_apps {
root /var/www;
try_files $uri /index.php$request_uri;
access_log off; # Optional: Don't log access to assets
location ~ \.wasm$ {
default_type application/wasm;
}
}
include /conf/nginx-app.conf;
location ~ \.php(?:$|/) {