Update nginx.conf
This commit is contained in:
parent
22f935df50
commit
8211e4bef7
@ -32,9 +32,12 @@ http {
|
|||||||
upstream pepperchan_shop {
|
upstream pepperchan_shop {
|
||||||
server 172.31.206.1:80;
|
server 172.31.206.1:80;
|
||||||
}
|
}
|
||||||
upstream maud_needs_rocks {
|
upstream maud_needs_rocks {
|
||||||
server 172.31.206.1:80;
|
server 172.31.206.1:80;
|
||||||
}
|
}
|
||||||
|
upstream docs_motorsportsresearch_org {
|
||||||
|
server 172.31.23.2:80;
|
||||||
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name watch.mommys.plumbing;
|
server_name watch.mommys.plumbing;
|
||||||
@ -77,4 +80,11 @@ upstream maud_needs_rocks {
|
|||||||
proxy_pass http://rpwriting_com;
|
proxy_pass http://rpwriting_com;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name docs.motorsportsresearch.org;
|
||||||
|
location / {
|
||||||
|
proxy_pass http://docs_motorsportsresearch_org;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user