From 5f3d76e7e88af7b5ab23d4e4c19b67a958c67ea4 Mon Sep 17 00:00:00 2001 From: boksbc Date: Thu, 16 Oct 2025 12:03:07 +0200 Subject: [PATCH] Laudende Default seite entfernen --- scripts/70-nginx.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/70-nginx.sh b/scripts/70-nginx.sh index 379ecda..fe271ec 100644 --- a/scripts/70-nginx.sh +++ b/scripts/70-nginx.sh @@ -62,7 +62,6 @@ HTTP_BODY_APP="$(cat <<'HTTP' location ~ \.php$ { include snippets/fastcgi-php.conf; __FASTCGI_PASS__ - try_files $uri =404; } location ^~ /livewire/ { try_files $uri /index.php?$query_string; } location ~* \.(jpg|jpeg|png|gif|css|js|ico|svg)$ { expires 30d; access_log off; } @@ -95,7 +94,6 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; __FASTCGI_PASS__ - try_files $uri =404; } location ^~ /livewire/ { try_files $uri /index.php?$query_string; } location ~* \.(jpg|jpeg|png|gif|css|js|ico|svg)$ { expires 30d; access_log off; }