Skip to content

Commit

Permalink
limit nginx upload size for toolsheds server
Browse files Browse the repository at this point in the history
should resolve galaxyproject/galaxy#2517, suggested by @natefoo
  • Loading branch information
martenson committed Feb 11, 2019
1 parent c089d23 commit 38a244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/common/group_vars/toolshedwebservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nginx_conf_ssl_protocols:

nginx_conf_http:
server_names_hash_bucket_size: 128
client_max_body_size: 1g
client_max_body_size: 64M
proxy_read_timeout: 3600
uwsgi_read_timeout: 600
gzip_vary: 'on'
Expand Down

0 comments on commit 38a244f

Please sign in to comment.