caddy log to file. enable gzip compression.
This commit is contained in:
@ -9,9 +9,10 @@ rewrite {
|
||||
ext /
|
||||
to /index.php?{query}
|
||||
}
|
||||
gzip
|
||||
browse
|
||||
log stdout
|
||||
errors stderr
|
||||
log /var/log/caddy/access.log
|
||||
errors /var/log/caddy/error.log
|
||||
# Uncomment to enable TLS (HTTPS)
|
||||
# Change the first list to listen on port 443 when enabling TLS
|
||||
#tls self_signed
|
||||
|
Reference in New Issue
Block a user