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

Revert to using port instead of socket to see if it helps stale page issue

This commit is contained in:
Adam Wathan
2016-10-22 11:35:07 -04:00
parent 4cb2e9d331
commit 733747900e
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import VALET_HOME_PATH/Caddy/*
# Slight hack, see: https://github.com/mholt/caddy/issues/1020
internal /dev/null
fastcgi / /var/run/fpm-valet.socket php {
fastcgi / 127.0.0.1:9000 php {
index VALET_SERVER_PATH
}

View File

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