Laudende Default seite entfernen
parent
a02c734ff0
commit
5f3d76e7e8
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue