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;