|
@@ -48,6 +48,11 @@ server {
|
|
|
fastcgi_hide_header "Set-Cookie";
|
|
fastcgi_hide_header "Set-Cookie";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ location = /livewire/livewire.js {
|
|
|
|
|
+ expires off;
|
|
|
|
|
+ try_files $uri $uri/ /index.php?$query_string;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
location ~ [^/]\.php(/|$) {
|
|
location ~ [^/]\.php(/|$) {
|
|
|
try_files $uri =404;
|
|
try_files $uri =404;
|
|
|
|
|
|