Add error logs
This commit is contained in:
parent
d152eb653a
commit
177e3cfd85
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
||||||
rotate_keep 10
|
rotate_keep 10
|
||||||
}
|
}
|
||||||
|
|
||||||
|
errors {{ caddy_logs }}/{{ vhost_name }}/errors.log {
|
||||||
|
rotate_size 100
|
||||||
|
rotate_age 30
|
||||||
|
rotate_keep 10
|
||||||
|
}
|
||||||
|
|
||||||
root {{ caddy_www }}/{{ vhost_name }}
|
root {{ caddy_www }}/{{ vhost_name }}
|
||||||
|
|
||||||
gzip
|
gzip
|
||||||
|
|
Loading…
Add table
Reference in a new issue