[add] caddyfile
This commit is contained in:
parent
3c9930705e
commit
71cd378625
@ -0,0 +1,16 @@
|
||||
natalian:80 {
|
||||
tls off
|
||||
root natalian
|
||||
header / Content-Encoding "gzip"
|
||||
log stdout
|
||||
errors stdout
|
||||
}
|
||||
|
||||
config:80 {
|
||||
tls off
|
||||
root config
|
||||
startup php-fpm
|
||||
fastcgi / 127.0.0.1:9000 php
|
||||
log stdout
|
||||
errors stdout
|
||||
}
|
Loading…
Reference in New Issue
Block a user