X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmrstub%2Fapp%2Fnginx.conf;h=35b5ba0cb8f4ab937505db53225589284cc1e325;hb=73986259e615435f366e74d859828d0d86e1b638;hp=c548e5667b72bea33ffb82c3bfe1b3fd60ee7705;hpb=1e539490bc37fed791895dd1f2f898caa3b0ca5c;p=nonrtric.git diff --git a/test/mrstub/app/nginx.conf b/test/mrstub/app/nginx.conf index c548e566..35b5ba0c 100644 --- a/test/mrstub/app/nginx.conf +++ b/test/mrstub/app/nginx.conf @@ -39,7 +39,8 @@ http { # serve dynamic requests location / { - proxy_pass http://localhost:2222; + proxy_pass http://localhost:2222; + client_max_body_size 0; } } ##