Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 14, 2023
1 parent 8e8e3fa commit 924f19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/public/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ http {
default_type application/octet-stream;

# config to log slow requests only
log_format main escape=none '$request_time "$time_local" $host" "$request" $request_body';
log_format main escape=none '$request_time "$time_local" $host" $request_uri $request_body';
map $request_uri $loggable_request
{
^.*\/websocket.*$ 0;
~*\/websocket 0;
default 1;
}
map $request_time $loggable
Expand Down

0 comments on commit 924f19b

Please sign in to comment.