X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcr%2Fapp%2Fnginx.conf;h=32beca1c7094db3b89c6fc0acb4ff50b5d3207af;hb=6fc58fd020514c2afce1fc240828bf23f53d8fb6;hp=e1b9ff9a81309f63d84d7cd852d842a98e1bfbd7;hpb=b0cd302e1d3adaec4335226d34a36edc9410fd65;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