mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
fix broken change
This commit is contained in:
@@ -77,6 +77,7 @@ function updateConfiguration()
|
|||||||
function restart()
|
function restart()
|
||||||
{
|
{
|
||||||
$this->stop();
|
$this->stop();
|
||||||
|
|
||||||
$this->brew->restartLinkedPhp();
|
$this->brew->restartLinkedPhp();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ server {
|
|||||||
fastcgi_pass unix:VALET_HOME_PATH/valet.sock;
|
fastcgi_pass unix:VALET_HOME_PATH/valet.sock;
|
||||||
fastcgi_index VALET_SERVER_PATH;
|
fastcgi_index VALET_SERVER_PATH;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
|
fastcgi_param SCRIPT_FILENAME VALET_SERVER_PATH;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
|
|||||||
Reference in New Issue
Block a user