[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 {
tls off
root natalian
header / Content-Encoding "gzip"
log stdout
errors stdout
localhost {
respond "Hello, world!"
}
config:80 {
tls off
root config
startup php-fpm
fastcgi / 127.0.0.1:9000 php
log stdout
errors stdout
localhost:2016 {
respond "Goodbye, world!"
}