[mod] caddyfile

This commit is contained in:
Andy Bunce 2021-12-24 22:42:20 +00:00
parent 6bf4c87d8d
commit 4d127dd2f3
1 changed files with 4 additions and 13 deletions

View File

@ -1,16 +1,7 @@
natalian:80 { localhost {
tls off respond "Hello, world!"
root natalian
header / Content-Encoding "gzip"
log stdout
errors stdout
} }
config:80 { localhost:2016 {
tls off respond "Goodbye, world!"
root config
startup php-fpm
fastcgi / 127.0.0.1:9000 php
log stdout
errors stdout
} }