Update nginx.conf
adding new site
This commit is contained in:
parent
c6d0e9e357
commit
ab9682a793
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user