Update nginx.conf
This commit is contained in:
parent
22f935df50
commit
8211e4bef7
@ -31,10 +31,13 @@ http {
|
||||
}
|
||||
upstream pepperchan_shop {
|
||||
server 172.31.206.1:80;
|
||||
}
|
||||
upstream maud_needs_rocks {
|
||||
}
|
||||
upstream maud_needs_rocks {
|
||||
server 172.31.206.1:80;
|
||||
}
|
||||
}
|
||||
upstream docs_motorsportsresearch_org {
|
||||
server 172.31.23.2:80;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name watch.mommys.plumbing;
|
||||
@ -77,4 +80,11 @@ upstream maud_needs_rocks {
|
||||
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