Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws authored Feb 12, 2021
1 parent bc1edc1 commit cfadf9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
client_max_body_size 3M;
proxy_read_timeout 450s;
client_max_body_size 30M;
proxy_read_timeout 600s;
}

}
}

0 comments on commit cfadf9f

Please sign in to comment.