diff --git a/proxy-frontend/nginx.conf b/proxy-frontend/nginx.conf index 3ac991d..ed5a0ee 100644 --- a/proxy-frontend/nginx.conf +++ b/proxy-frontend/nginx.conf @@ -29,6 +29,9 @@ http { upstream rpwriting_com { server 172.31.23.2:80; } + upstream pepperchan.shop { + server 172.31.206.1:80; + } server { listen 80; server_name watch.mommys.plumbing; @@ -36,6 +39,13 @@ http { proxy_pass http://watch_mommys_plumbing; } } + server { + listen 80; + server_name pepperchan.shop; + location / { + proxy_pass http://pepperchan.shop; + } + } server { listen 80; server_name glower.agency;