m
This commit is contained in:
@@ -29,9 +29,8 @@ server {
|
|||||||
# forward the /validate request to Vouch Proxy
|
# forward the /validate request to Vouch Proxy
|
||||||
#proxy_pass http://vouch:9090/validate;
|
#proxy_pass http://vouch:9090/validate;
|
||||||
|
|
||||||
proxy_pass https://validate.vouch.zinomedia.de
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# be sure to pass the original host header
|
# be sure to pass the original host header
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
@@ -51,6 +50,8 @@ server {
|
|||||||
#resolver 127.0.0.11;
|
#resolver 127.0.0.11;
|
||||||
#set $upstream 'http://vouch:9090/validate';
|
#set $upstream 'http://vouch:9090/validate';
|
||||||
#proxy_pass $upstream;
|
#proxy_pass $upstream;
|
||||||
|
|
||||||
|
proxy_pass http://validate.vouch.zinomedia.de
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user