Laudende Default seite entfernen

main
boksbc 2025-10-16 12:03:07 +02:00
parent a02c734ff0
commit 5f3d76e7e8
1 changed files with 0 additions and 2 deletions

View File

@ -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; }