From 570228153d95c19b1a863a022d1a0bd2e9dba705 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 18:44:28 +0200 Subject: [PATCH] feat: nuke try_files --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index e22b217..5e7bafa 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -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; ''; }; };