Commit c62f33a2 by Joe Blaylock

Introduce POST size limit for ORA submissions

The ORA machinery gets gummed up when it gets very large submissions and
throws a lot of 500s.

Co-Authored-By: Jason Bau <jbau@stanford.edu>
parent 6f83b1ba
......@@ -34,6 +34,7 @@ server {
}
location @proxy_to_app {
client_max_body_size 75K;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
proxy_set_header X-Forwarded-Port $http_x_forwarded_port;
proxy_set_header X-Forwarded-For $http_x_forwarded_for;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment