Update nginx.conf
adding maud.needs.rocks, fixed pepperchan.shop
This commit is contained in:
parent
fda8c9f560
commit
5bc7413059
@ -29,7 +29,10 @@ http {
|
|||||||
upstream rpwriting_com {
|
upstream rpwriting_com {
|
||||||
server 172.31.23.2:80;
|
server 172.31.23.2:80;
|
||||||
}
|
}
|
||||||
upstream pepperchan.shop {
|
upstream pepperchan_shop {
|
||||||
|
server 172.31.206.1:80;
|
||||||
|
}
|
||||||
|
upstream maud_needs_rocks {
|
||||||
server 172.31.206.1:80;
|
server 172.31.206.1:80;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
@ -43,7 +46,7 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name pepperchan.shop;
|
server_name pepperchan.shop;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://pepperchan.shop;
|
proxy_pass http://pepperchan_shop;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
@ -60,6 +63,13 @@ http {
|
|||||||
proxy_pass http://wiretap_glower_agency;
|
proxy_pass http://wiretap_glower_agency;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name maud.needs.rocks;
|
||||||
|
location / {
|
||||||
|
proxy_pass http://maud_needs_rocks;
|
||||||
|
}
|
||||||
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name rpwriting.com;
|
server_name rpwriting.com;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user