From 0f257e5a772997fea7f4e184a91739f4682cc396 Mon Sep 17 00:00:00 2001 From: Arturo Seijas Date: Thu, 18 Apr 2024 15:27:25 +0200 Subject: [PATCH] Increase nginx timeout to 300s --- nginx_rock/etc/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nginx_rock/etc/nginx.conf b/nginx_rock/etc/nginx.conf index dc0c8990..06782e29 100644 --- a/nginx_rock/etc/nginx.conf +++ b/nginx_rock/etc/nginx.conf @@ -78,12 +78,6 @@ 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)$ { - # add_header and proxy_set_header are inherited from the / location - proxy_hide_header Cache-Control; - proxy_pass http://localhost:8081; - } - location ~ ^/static/custom/(.*)$ { expires 1m; proxy_hide_header Cache-Control;