Update nginx.conf

This commit is contained in:
Manevolent 2023-04-23 21:55:43 -06:00 committed by GitHub
parent 1d40562424
commit fd4b46c039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@ http {
server_names_hash_bucket_size 128; server_names_hash_bucket_size 128;
upstream matrix_nurd { upstream matrix_nurd {
server 127.0.0.1:8000; server 172.31.207.1:80;
} }
server { server {
listen 80; listen 80;
server_name big.server.com; server_name watch.mommys.plumbing;
location / { location / {
proxy_pass http://matrix_nurd; proxy_pass http://matrix_nurd;
} }