From e31756bfd618bc999564480de5b3f033d2628575 Mon Sep 17 00:00:00 2001 From: nd <nd@cccv.de> Date: Mon, 29 Aug 2022 21:58:02 +0000 Subject: [PATCH] Update nginx.conf --- testapp/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testapp/nginx.conf b/testapp/nginx.conf index f12f0f4..9792c7e 100644 --- a/testapp/nginx.conf +++ b/testapp/nginx.conf @@ -48,8 +48,8 @@ http { proxy_set_header X-CLIENT-SECRET "testsecret"; proxy_pass http://localhost:5002/; # those options are needed to have working POST requests - proxy_set_header Content-Length "" - proxy_pass_request_body off + proxy_set_header Content-Length ""; + proxy_pass_request_body off; } error_page 401 = @error401; -- GitLab