This commit is contained in:
zino
2023-12-05 21:00:37 +01:00
parent 988a8ca9db
commit 157ae97d1b
2 changed files with 2 additions and 3 deletions

View File

@@ -2,8 +2,6 @@
auth_request /validate;
location = /validate {
proxy_pass_request_body on;
default_type text/html;
proxy_pass https://validate.vouch.armos.zinomedia.de;
}