1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Document slight hackiness of 'internal /dev/null'

This commit is contained in:
Adam Wathan
2016-08-18 19:06:36 -04:00
parent 4fe39532bf
commit 52ffbcd2e6
2 changed files with 4 additions and 0 deletions

View File

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

View File

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