Update nginx.conf
adding new site
This commit is contained in:
parent
c6d0e9e357
commit
ab9682a793
@ -28,6 +28,9 @@ http {
|
|||||||
}
|
}
|
||||||
upstream rpwriting_com {
|
upstream rpwriting_com {
|
||||||
server 172.31.23.2:80;
|
server 172.31.23.2:80;
|
||||||
|
}
|
||||||
|
upstream pepperchan.shop {
|
||||||
|
server 172.31.206.1:80;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
@ -35,6 +38,13 @@ http {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://watch_mommys_plumbing;
|
proxy_pass http://watch_mommys_plumbing;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name pepperchan.shop;
|
||||||
|
location / {
|
||||||
|
proxy_pass http://pepperchan.shop;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user