mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
Use sockets instead of port 9000
This commit is contained in:
@@ -6,7 +6,7 @@ import VALET_HOME_PATH/Caddy/*
|
||||
# Slight hack, see: https://github.com/mholt/caddy/issues/1020
|
||||
internal /dev/null
|
||||
|
||||
fastcgi / 127.0.0.1:9000 php {
|
||||
fastcgi / /var/run/valet/fpm.socket php {
|
||||
index VALET_SERVER_PATH
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ https://VALET_SITE:443 {
|
||||
|
||||
tls VALET_CERT VALET_KEY
|
||||
|
||||
fastcgi / 127.0.0.1:9000 php {
|
||||
fastcgi / /var/run/valet/fpm.socket php {
|
||||
index VALET_SERVER_PATH
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user