Update nginx.conf
This commit is contained in:
parent
2e4dbf81f1
commit
140555f58d
@ -26,6 +26,9 @@ http {
|
||||
upstream wiretap_glower_agency {
|
||||
server 172.31.206.2:80;
|
||||
}
|
||||
upstream rpwriting_com {
|
||||
server 172.31.23.2:80;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name watch.mommys.plumbing;
|
||||
@ -47,4 +50,11 @@ http {
|
||||
proxy_pass http://wiretap_glower_agency;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name rpwriting.com;
|
||||
location / {
|
||||
proxy_pass http://rpwriting_com;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user