Skip to content

Commit

Permalink
Merge pull request #22 from uselagoon/lagoon-pr2260
Browse files Browse the repository at this point in the history
Use NGINX defined log_format main
  • Loading branch information
Toby Bellwood authored Oct 22, 2020
2 parents 62147be + 8543ced commit 3e0059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http {
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log /dev/stdout;
access_log /dev/stdout main;

sendfile on;
tcp_nopush on;
Expand Down

0 comments on commit 3e0059d

Please sign in to comment.