galaxy-caddy.410/templates/410.caddy.j2

18 lines
312 B
Text
Raw Normal View History

2020-03-26 17:21:02 +01:00
{{ vhost_url }} {
status 410 /
log {{ caddy_logs }}/{{ vhost_name }}/access.log {
rotate_size 100
rotate_age 30
rotate_keep 10
}
errors {{ caddy_logs }}/{{ vhost_name }}/errors.log {
rotate_size 100
rotate_age 30
rotate_keep 10
}
}