diff --git a/installer.sh b/installer.sh index 61ccf7a..319e1c8 100644 --- a/installer.sh +++ b/installer.sh @@ -406,7 +406,7 @@ server { fastcgi_pass unix:${PHP_FPM_SOCK}; } location ^~ /livewire/ { - try_files $uri /index.php?$query_string; + try_files \$uri /index.php?\$query_string; } location ~* \.(jpg|jpeg|png|gif|css|js|ico|svg)\$ { expires 30d; @@ -437,7 +437,7 @@ server { fastcgi_pass unix:${PHP_FPM_SOCK}; } location ^~ /livewire/ { - try_files $uri /index.php?$query_string; + try_files \$uri /index.php?\$query_string; } location ~* \.(jpg|jpeg|png|gif|css|js|ico|svg)\$ { expires 30d;