This commit is contained in:
zino
2023-12-05 21:36:14 +01:00
parent 8ae65e0c24
commit f79e633cfc

View File

@@ -20,7 +20,7 @@ location = /validate {
proxy_pass https://validate.vouch.armos.zinomedia.de:443;
}
if validate returns `401 not authorized` then forward the request to the error401block
# if validate returns `401 not authorized` then forward the request to the error401block
error_page 401 = @error401;
location @error401 {