Skip to content

Commit

Permalink
Change nginx log guest id name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Mar 23, 2020
1 parent 537bdeb commit 74b698a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ http {
'Referrer: [$http_referer]'
'User-Agent: [$http_user_agent]'
'Forwarded-for: [$http_x_forwarded_for]'
'CookieIdentity: [$cookie__identity]'
'CookieGuestId: [$cookie_guestId]';
'HeaderGuestId: [$http_guestid]'
'CookieGuestId: [$cookie_GuestId]';

sendfile on;
sendfile_max_chunk 512k;
Expand Down

0 comments on commit 74b698a

Please sign in to comment.