[mod] caddyfile
This commit is contained in:
parent
6bf4c87d8d
commit
4d127dd2f3
@ -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
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user