Skip to content

Commit

Permalink
Tweaks to nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhou committed Jan 19, 2021
1 parent e67568e commit 30a6352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hubmap-auth/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ http {
# For better debugging upstream hubmap-auth service
# All time values are measured in seconds with millisecond resolution
log_format upstream_log '[$time_local] $remote_addr - $remote_user '
'from $server_name $host to upstream: $upstream_addr "$request"'
'$status $body_bytes_sent "$http_referer" '
'$host upstream: $upstream_addr '
'"$request" $status $body_bytes_sent "$http_referer" '
'$http_user_agent" "$http_x_forwarded_for" '
'request_time=$request_time upstream_connect_time="$upstream_connect_time" upstream_header_time="$upstream_header_time" upstream_response_time="$upstream_response_time"';
'request_time=$request_time upstream_connect_time=$upstream_connect_time upstream_header_time=$upstream_header_time upstream_response_time=$upstream_response_time';

access_log /var/log/nginx/access.log main;

Expand Down

0 comments on commit 30a6352

Please sign in to comment.