m
This commit is contained in:
@@ -17,8 +17,9 @@ server {
|
|||||||
#add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
#add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
#proxy_pass http://vouch:9090/validate;
|
resolver 127.0.0.11;
|
||||||
return 302 https://google.com;
|
proxy_pass http://vouch:9090/validate;
|
||||||
|
#return 302 https://google.com;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user