From 9fed103a1d24ce8f3eace11495ef02f9d1aaca6a Mon Sep 17 00:00:00 2001 From: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:47:24 +0200 Subject: [PATCH] Increase nginx timeout to 300s (#384) --- nginx_rock/etc/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_rock/etc/nginx.conf b/nginx_rock/etc/nginx.conf index 9229cf3f..5f5ae9fd 100644 --- a/nginx_rock/etc/nginx.conf +++ b/nginx_rock/etc/nginx.conf @@ -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;