This commit is contained in:
zino
2023-12-05 20:58:56 +01:00
parent 72c6fea76d
commit 988a8ca9db
4 changed files with 5 additions and 3 deletions

View File

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