Skip to content
Snippets Groups Projects
Commit e31756bf authored by nd's avatar nd
Browse files

Update nginx.conf

parent 098a2eb4
No related branches found
No related tags found
No related merge requests found
Pipeline #16866 failed
...@@ -48,8 +48,8 @@ http { ...@@ -48,8 +48,8 @@ http {
proxy_set_header X-CLIENT-SECRET "testsecret"; proxy_set_header X-CLIENT-SECRET "testsecret";
proxy_pass http://localhost:5002/; proxy_pass http://localhost:5002/;
# those options are needed to have working POST requests # those options are needed to have working POST requests
proxy_set_header Content-Length "" proxy_set_header Content-Length "";
proxy_pass_request_body off proxy_pass_request_body off;
} }
error_page 401 = @error401; error_page 401 = @error401;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment