Skip to content

Commit

Permalink
Decrease client request size, increase staging request size
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Feb 19, 2018
1 parent 8dee0ea commit 0af54a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions env/main/group_vars/galaxystagingservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ nginx_conf_ssl_protocols:
- TLSv1.1
- TLSv1.2

# this is just used in the webservers group vars
nginx_conf_client_max_body_size: 80g

nginx_configs:
- usegalaxy_staging

Expand Down
3 changes: 3 additions & 0 deletions env/main/group_vars/galaxywebservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ nginx_conf_ssl_protocols:
- TLSv1.1
- TLSv1.2

# this is just used in the webservers group vars
nginx_conf_client_max_body_size: 20g

nginx_configs:
- usegalaxy
- galaxy_bx
Expand Down
2 changes: 1 addition & 1 deletion env/main/group_vars/webservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nginx_conf_http:
gzip_buffers: 16 8k
gzip_http_version: 1.1
gzip_types: text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript
client_max_body_size: 50g
client_max_body_size: "{{ nginx_conf_client_max_body_size }}"
proxy_read_timeout: 600
uwsgi_read_timeout: 300

Expand Down

0 comments on commit 0af54a7

Please sign in to comment.