Skip to content

Commit

Permalink
Increase nginx timeout to 300s
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Apr 18, 2024
1 parent 4536c8c commit 0f257e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nginx_rock/etc/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0f257e5

Please sign in to comment.