Update nginx.conf
This commit is contained in:
parent
1d40562424
commit
fd4b46c039
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user