This commit is contained in:
commit
d5576734b5
12
gistfile1.txt
Normal file
12
gistfile1.txt
Normal file
@ -0,0 +1,12 @@
|
||||
log http.log.access {
|
||||
include http.log.access
|
||||
output file /var/log/caddy/access.log
|
||||
format formatted "[35m[{ts}][0m [96m[1m{request>remote_addr}[0m [31m{request>headers>X-Forwarded-For}[0m [33m{request>method}[0m [92m{request>host}[32m{request>uri}[0m [97m{status}[0m [90m{request>headers>User-Agent}[0m [34m{request>headers>Referer}[0m" {
|
||||
time_format "02/Jan/2006:15:04:05-0700"
|
||||
}
|
||||
}
|
||||
log {
|
||||
exclude http.log.access
|
||||
output file /var/log/caddy/caddy.log
|
||||
format json
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user