Skip to content

Commit

Permalink
Increase nginx timeout to 300s
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Apr 18, 2024
1 parent d013548 commit 14805af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx_rock/etc/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ http {
add_header Cache-Control 'no-cache,private';
include common_headers.conf;
client_max_body_size 0;
proxy_read_timeout 300;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit 14805af

Please sign in to comment.