Files
shell-scripts/one-time-stuff/nginx/logging.conf
T
2019-11-15 19:27:27 +00:00

6 lines
341 B
Plaintext

# STOP: FILE CONTAINS \t TABS, TURN OFF EXPAND-TAB IN VIM: set noexpandtab
# 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"';