Update sni.conf
This commit is contained in:
parent
7c1481e2ae
commit
1a0f099a2c
@ -1,11 +1,21 @@
|
|||||||
map $ssl_preread_server_name $name {
|
map $ssl_preread_server_name $name {
|
||||||
watch.mommys.plumbing watch_mommys_plumbing;
|
watch.mommys.plumbing watch_mommys_plumbing;
|
||||||
|
glower.agency glower_agency;
|
||||||
|
wiretap.glower.agency wiretap_glower_agency;
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream watch_mommys_plumbing {
|
upstream watch_mommys_plumbing {
|
||||||
server 172.31.206.1:443;
|
server 172.31.206.1:443;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
upstream glower_agency {
|
||||||
|
server 172.31.206.2:443;
|
||||||
|
}
|
||||||
|
|
||||||
|
upstream wiretap_glower_agency {
|
||||||
|
server 172.31.206.2:443;
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443;
|
listen 443;
|
||||||
proxy_pass $name;
|
proxy_pass $name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user