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