Skip to content

Commit

Permalink
Increase timeouts to the moon
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jan 15, 2025
1 parent 3695bf1 commit 77036c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion goth/api_monitor/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
keepalive_timeout 300;
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
types_hash_max_size 2048;

include /etc/nginx/mime.types;
Expand Down

0 comments on commit 77036c6

Please sign in to comment.