[add] caddyfile
This commit is contained in:
parent
3c9930705e
commit
71cd378625
1 changed files with 16 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue