Update proxy-frontend/nginx.conf
bye mang
This commit is contained in:
parent
b0d3d50153
commit
7168541195
@ -32,9 +32,7 @@ http {
|
|||||||
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.3:80;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name watch.mommys.plumbing;
|
server_name watch.mommys.plumbing;
|
||||||
@ -70,11 +68,4 @@ http {
|
|||||||
proxy_pass http://maud_needs_rocks;
|
proxy_pass http://maud_needs_rocks;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
server {
|
|
||||||
listen 80;
|
|
||||||
server_name docs.motorsportsresearch.org;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://docs_motorsportsresearch_org;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user