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:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user