1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +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

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