diff --git a/etc/nginx/route.conf b/etc/nginx/route.conf index 0389018..f85116a 100644 --- a/etc/nginx/route.conf +++ b/etc/nginx/route.conf @@ -20,8 +20,8 @@ if ($arg_jwt_token) { set $jwt_token $arg_jwt_token; } - proxy_read_timeout 3600s; # one hour - proxy_send_timeout 3600s; # one hour + # proxy_read_timeout 3600s; # one hour + # proxy_send_timeout 3600s; # one hour include ws.conf; proxy_pass http://$target:$ws_tcp_bridge_tcp_port/; } @@ -44,8 +44,8 @@ if ($arg_jwt_token) { set $jwt_token $arg_jwt_token; } - proxy_read_timeout 3600s; # one hour - proxy_send_timeout 3600s; # one hour + # proxy_read_timeout 3600s; # one hour + # proxy_send_timeout 3600s; # one hour include ws.conf; proxy_pass http://$target:$signalling_service_tcp_port/; } @@ -186,7 +186,7 @@ location /broadcast { # proxy_read_timeout 600; - proxy_read_timeout 1800s; # half one hour + # proxy_read_timeout 1800s; # half one hour set $jwt_token $args; if ($arg_jwt_token) { set $jwt_token $arg_jwt_token;