m
This commit is contained in:
@@ -15,8 +15,12 @@ server {
|
||||
include "snippets/ssl-optimizations.conf";
|
||||
|
||||
location = /validate {
|
||||
resolver 127.0.0.11;
|
||||
set $upstream "http://vouch:9090/validate";
|
||||
proxy_pass $upstream;
|
||||
|
||||
# forward the /validate request to Vouch Proxy
|
||||
proxy_pass http://vouch:9090/validate;
|
||||
#proxy_pass http://vouch:9090/validate;
|
||||
|
||||
# be sure to pass the original host header
|
||||
proxy_set_header Host $http_host;
|
||||
|
||||
Reference in New Issue
Block a user