X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcr%2Fapp%2Fnginx.conf;h=32beca1c7094db3b89c6fc0acb4ff50b5d3207af;hb=542d2dbfd8df1fcb011fea3d69d539c5c5fe3667;hp=479d896468fd1ec95f70da661858bcb4cb0335d7;hpb=113bf0910498992f20a6cb70f2bc70d4d5b204ca;p=nonrtric.git diff --git a/test/cr/app/nginx.conf b/test/cr/app/nginx.conf index 479d8964..32beca1c 100644 --- a/test/cr/app/nginx.conf +++ b/test/cr/app/nginx.conf @@ -39,8 +39,14 @@ http { # serve dynamic requests location / { - proxy_pass http://localhost:2222; + proxy_set_header Host $host; + 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