1
0
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:
Taylor Otwell
2016-12-09 09:20:28 -06:00
parent 502834d457
commit a501ebcd5b
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ function updateConfiguration()
function restart() function restart()
{ {
$this->stop(); $this->stop();
$this->brew->restartLinkedPhp(); $this->brew->restartLinkedPhp();
} }

View File

@@ -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 {