mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 09:43:10 -06:00
Update monolith-sample.conf
Changed IP to location of monolith server
This commit is contained in:
parent
436a64d610
commit
b0ff1df138
|
|
@ -1,3 +1,7 @@
|
|||
#change IP to location of monolith server
|
||||
upstream monolith{
|
||||
server 127.0.0.1:8008;
|
||||
}
|
||||
server {
|
||||
listen 443 ssl; # IPv4
|
||||
listen [::]:443 ssl; # IPv6
|
||||
|
|
@ -23,6 +27,6 @@ server {
|
|||
}
|
||||
|
||||
location /_matrix {
|
||||
proxy_pass http://my.hostname.com:8008;
|
||||
proxy_pass http://monolith;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue