You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
489 B
23 lines
489 B
![]()
1 year ago
|
# This file is automatically managed by ceod.
|
||
|
# DO NOT EDIT THIS FILE MANUALLY UNLESS YOU KNOW WHAT YOU ARE DOING.
|
||
|
|
||
|
{{ domain }} {
|
||
|
reverse_proxy http://{{ ip_address }}
|
||
|
log {
|
||
|
output file /var/log/caddy/member_{{ username }}.log {
|
||
|
roll_size 5MiB
|
||
|
roll_keep 2
|
||
|
}
|
||
|
format filter {
|
||
|
wrap json
|
||
|
fields {
|
||
|
request>headers delete
|
||
|
request>tls delete
|
||
|
resp_headers delete
|
||
|
user_id delete
|
||
|
common_log delete
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|