Update nginx.conf
This commit is contained in:
parent
1a0f099a2c
commit
6fff8129dc
@ -20,7 +20,12 @@ http {
|
||||
upstream watch_mommys_plumbing {
|
||||
server 172.31.206.1:80;
|
||||
}
|
||||
|
||||
upstream glower_agency {
|
||||
server 172.31.206.2:80;
|
||||
}
|
||||
upstream wiretap_glower_agency {
|
||||
server 172.31.206.2:80;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name watch.mommys.plumbing;
|
||||
@ -28,4 +33,18 @@ http {
|
||||
proxy_pass http://watch_mommys_plumbing;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name glower.agency;
|
||||
location / {
|
||||
proxy_pass http://glower_agency;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name wiretap.glower.agency;
|
||||
location / {
|
||||
proxy_pass http://wiretap_glower_agency;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user