mdozmorov / genome_runner

Academic Free License v3.0
0 stars 3 forks source link

413 Request Entity Too Large #105

Closed mdozmorov closed 9 years ago

mdozmorov commented 9 years ago

When selecting all Roadmap data, or both ENCODE and Roadmap, the error message: 413 Request Entity Too Large nginx/1.4.6 (Ubuntu)

Can we catch this with a message "Too many genomic features selected. Please, split your analysis into smaller runs by selecting smaller sets of genomic features for each run."

lkscara commented 9 years ago

See http://cnedelcu.blogspot.com/2013/09/nginx-error-413-request-entity-too-large.html Add: client_max_body_size 10M; to the nginx config file