mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
Document slight hackiness of 'internal /dev/null'
This commit is contained in:
@@ -2,6 +2,8 @@ import VALET_HOME_PATH/Caddy/*
|
|||||||
|
|
||||||
:80 {
|
:80 {
|
||||||
root /
|
root /
|
||||||
|
|
||||||
|
# Slight hack, see: https://github.com/mholt/caddy/issues/1020
|
||||||
internal /dev/null
|
internal /dev/null
|
||||||
|
|
||||||
fastcgi / 127.0.0.1:9000 php {
|
fastcgi / 127.0.0.1:9000 php {
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ http://VALET_SITE:80 {
|
|||||||
|
|
||||||
https://VALET_SITE:443 {
|
https://VALET_SITE:443 {
|
||||||
root /
|
root /
|
||||||
|
|
||||||
|
# Slight hack, see: https://github.com/mholt/caddy/issues/1020
|
||||||
internal /dev/null
|
internal /dev/null
|
||||||
|
|
||||||
tls VALET_CERT VALET_KEY
|
tls VALET_CERT VALET_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user