diff --git a/example/nginx/nginx.conf b/example/nginx/nginx.conf index 9d5f0ebee..e72e409b0 100644 --- a/example/nginx/nginx.conf +++ b/example/nginx/nginx.conf @@ -65,6 +65,7 @@ http { proxy_set_header X-Original-URI $request_uri; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; + proxy_set_header Content-Length ""; proxy_pass http://authelia/verify; }