Skip to content

Commit

Permalink
Increase nginx timeout to 300s (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas authored Apr 22, 2024
1 parent d013548 commit 9fed103
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 @@ -77,7 +77,7 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:8081;

location ~ ^/event/[0-9]+/manage/registration/[0-9]+/registrations/(import|email)$ {
location ~ ^/event/[0-9]+/manage/(.*)$ {
# add_header and proxy_set_header are inherited from the / location
proxy_hide_header Cache-Control;
proxy_read_timeout 300;
Expand Down

0 comments on commit 9fed103

Please sign in to comment.