Skip to content

Commit

Permalink
fix proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Nov 27, 2023
1 parent 61b0eba commit ea868d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions storage/app/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ http {
default_type application/octet-stream;


log_format main '$remote_addr - $remote_user [$time_local] "$host" - "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" $request_time';
log_format main '[$time_local] $remote_addr >> ($host) $server_name >> $upstream_addr # "$request" '
'$status # referer: $http_referer '
'# user agent: $http_user_agent '
'# $body_bytes_sent bytes $request_time' seconds;

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

Expand Down

0 comments on commit ea868d9

Please sign in to comment.