Update sni.conf

This commit is contained in:
Manevolent 2023-04-25 18:23:07 -06:00 committed by GitHub
parent 7c1481e2ae
commit 1a0f099a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,21 @@
map $ssl_preread_server_name $name {
watch.mommys.plumbing watch_mommys_plumbing;
glower.agency glower_agency;
wiretap.glower.agency wiretap_glower_agency;
}
upstream watch_mommys_plumbing {
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 {
listen 443;
proxy_pass $name;