Update nginx.conf
This commit is contained in:
parent
cc468ac1fa
commit
7c1481e2ae
@ -17,7 +17,7 @@ http {
|
|||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
server_names_hash_bucket_size 128;
|
server_names_hash_bucket_size 128;
|
||||||
|
|
||||||
upstream matrix_nurd {
|
upstream watch_mommys_plumbing {
|
||||||
server 172.31.206.1:80;
|
server 172.31.206.1:80;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name watch.mommys.plumbing;
|
server_name watch.mommys.plumbing;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://matrix_nurd;
|
proxy_pass http://watch_mommys_plumbing;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user