X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcr%2Fapp%2Fnginx.conf;h=32beca1c7094db3b89c6fc0acb4ff50b5d3207af;hb=09a330ba372e9400522fa38184b3c0ef536972d5;hp=e1b9ff9a81309f63d84d7cd852d842a98e1bfbd7;hpb=c963b73942867f631f9e5708e28025140afcb893;p=nonrtric.git diff --git a/test/cr/app/nginx.conf b/test/cr/app/nginx.conf index e1b9ff9a..32beca1c 100644 --- a/test/cr/app/nginx.conf +++ b/test/cr/app/nginx.conf @@ -43,7 +43,10 @@ http { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://localhost:2222; + + client_max_body_size 0; } + } ## # SSL Settings