Skip to content

Commit 33c4dfe

Browse files
committed
Fix "incorrect" spelling of header 🙄
https://en.wikipedia.org/wiki/HTTP_referer
1 parent 55cc4b6 commit 33c4dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/log.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ log_format main_json escape=json
88
'"body_bytes_sent":"$body_bytes_sent",'
99
'"host":"$host",'
1010
'"http_connection":"$http_connection",'
11-
'"http_referrer":"$http_referer",'
11+
'"http_referer":"$http_referer",'
1212
'"http_user_agent":"$http_user_agent",'
1313
'"http_x_forwarded_for":"$http_x_forwarded_for",'
1414
'"proxy_x_forwarded_port":"$proxy_x_forwarded_port",'

0 commit comments

Comments
 (0)