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

18 lines
312 B
Plaintext
Raw Normal View History

2020-03-26 16:21:02 +00: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
}
}