diff --git a/cli/stubs/Caddyfile b/cli/stubs/Caddyfile index 74f3720..996343f 100644 --- a/cli/stubs/Caddyfile +++ b/cli/stubs/Caddyfile @@ -2,6 +2,8 @@ import VALET_HOME_PATH/Caddy/* :80 { root / + + # Slight hack, see: https://github.com/mholt/caddy/issues/1020 internal /dev/null fastcgi / 127.0.0.1:9000 php { diff --git a/cli/stubs/SecureCaddyfile b/cli/stubs/SecureCaddyfile index 63b0a92..bb65419 100644 --- a/cli/stubs/SecureCaddyfile +++ b/cli/stubs/SecureCaddyfile @@ -4,6 +4,8 @@ http://VALET_SITE:80 { https://VALET_SITE:443 { root / + + # Slight hack, see: https://github.com/mholt/caddy/issues/1020 internal /dev/null tls VALET_CERT VALET_KEY