Add errors log
This commit is contained in:
parent
db7fd14a55
commit
6e23aa51b2
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ http://{{ test_url }}
|
||||||
rotate_keep 10
|
rotate_keep 10
|
||||||
}
|
}
|
||||||
|
|
||||||
|
errors {{ caddy_logs }}/{{ test_name }}/errors.log {
|
||||||
|
rotate_size 100
|
||||||
|
rotate_age 30
|
||||||
|
rotate_keep 10
|
||||||
|
}
|
||||||
|
|
||||||
root {{ test_code }}/
|
root {{ test_code }}/
|
||||||
|
|
||||||
gzip {
|
gzip {
|
||||||
|
|
Loading…
Reference in a new issue