extra log formatting, for adding just host to the end.
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
# New SSL Log Format, tab separated (useful for "cut" command), also includes host ~ ABS
|
||||
log_format tabbed_detailed '$remote_addr $remote_user [$time_local] ($ssl_protocol/$ssl_cipher) $host "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"';
|
||||
|
||||
# regular format with host appended at the end
|
||||
log_format with_host '$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" $host';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user