mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-25 18:14:51 +09:00
fix: do not forward request body to auth server
This commit is contained in:
@@ -10,4 +10,6 @@ location /tinyauth {
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_tinyauth tinyauth;
|
||||
proxy_pass http://$upstream_tinyauth:3000/api/auth/nginx;
|
||||
proxy_pass_request_body off;
|
||||
proxy_set_header Content-Length "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user