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=10e254d9b7bc522bb2c25d590e6d203bf25a592d;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; } } ##