Update nginx.conf
This commit is contained in:
parent
ff00733d10
commit
c875c891a3
@ -26,9 +26,6 @@ http {
|
||||
upstream wiretap_glower_agency {
|
||||
server 172.31.206.2:80;
|
||||
}
|
||||
upstream rpwriting_com {
|
||||
server 172.31.23.2:80;
|
||||
}
|
||||
upstream pepperchan_shop {
|
||||
server 172.31.206.1:80;
|
||||
}
|
||||
@ -36,7 +33,7 @@ http {
|
||||
server 172.31.206.1:80;
|
||||
}
|
||||
upstream docs_motorsportsresearch_org {
|
||||
server 172.31.23.2:80;
|
||||
server 172.31.23.3:80;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
@ -73,13 +70,6 @@ http {
|
||||
proxy_pass http://maud_needs_rocks;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name rpwriting.com;
|
||||
location / {
|
||||
proxy_pass http://rpwriting_com;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name docs.motorsportsresearch.org;
|
||||
|
Loading…
x
Reference in New Issue
Block a user