diff --git a/proxy-frontend/nginx.conf b/proxy-frontend/nginx.conf index 7b0f160..9cbbfd0 100644 --- a/proxy-frontend/nginx.conf +++ b/proxy-frontend/nginx.conf @@ -14,12 +14,12 @@ http { server_names_hash_bucket_size 128; upstream matrix_nurd { - server 127.0.0.1:8000; + server 172.31.207.1:80; } server { listen 80; - server_name big.server.com; + server_name watch.mommys.plumbing; location / { proxy_pass http://matrix_nurd; }