Skip to content

Commit

Permalink
Merge pull request #506 from eosnetworkfoundation/elmato/add-nginx-lo…
Browse files Browse the repository at this point in the history
…g-settings

add missing nginx log settings
  • Loading branch information
arhag committed Apr 26, 2023
2 parents ea3842c + 6a83c06 commit b2a0d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peripherals/proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http {
'"$request" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /var/log/nginx/access.log main;
log_format postdata '$upstream_status $remote_addr $request_body';
log_format postdata '$remote_addr [$time_local] $upstream_status $remote_addr $request_body';
sendfile on;
tcp_nopush on;

Expand Down

0 comments on commit b2a0d83

Please sign in to comment.