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