1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Fix php-fpm socket location in caddy stubs

This commit is contained in:
Michael Gruschwitz
2016-09-28 11:43:52 +02:00
parent b3ff443567
commit 898ed571bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import VALET_HOME_PATH/Caddy/*
:80 {
fastcgi / /var/run/valet/fpm-valet.socket php {
fastcgi / /var/run/fpm-valet.socket php {
index VALET_SERVER_PATH
}

View File

@@ -5,7 +5,7 @@ http://VALET_SITE:80 {
https://VALET_SITE:443 {
tls VALET_CERT VALET_KEY
fastcgi / /var/run/valet/fpm-valet.socket php {
fastcgi / /var/run/fpm-valet.socket php {
index VALET_SERVER_PATH
}