feat: nuke try_files

This commit is contained in:
s-prechtl 2025-06-22 18:44:28 +02:00
parent bec0b8d23b
commit 570228153d

View file

@ -82,7 +82,7 @@
location ~ ^/\.well-known/(?!acme-challenge|pki-validation) {
return 301 /nextcloud/index.php$request_uri;
}
try_files $uri $uri/ =404;
#try_files $uri $uri/ =404;
'';
};
};