Skip to content

Commit

Permalink
Adjust prod events timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Apr 18, 2024
1 parent 14805af commit f6356e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx_rock/etc/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ http {
add_header Cache-Control 'no-cache,private';
include common_headers.conf;
client_max_body_size 0;
proxy_read_timeout 300;
proxy_read_timeout 300s;
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 f6356e3

Please sign in to comment.