mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
Update monolith-sample.conf (#2087)
* Update monolith-sample.conf -Replaced undefined monolith value with server_name (my.hostname.com) value in reference tho ths issue https://github.com/matrix-org/dendrite/issues/2078 * Update monolith-sample.conf Changed IP to location of monolith server Co-authored-by: kegsay <kegan@matrix.org>
This commit is contained in:
parent
0bf5104bbb
commit
3c92b55bec
@ -1,3 +1,7 @@
|
|||||||
|
#change IP to location of monolith server
|
||||||
|
upstream monolith{
|
||||||
|
server 127.0.0.1:8008;
|
||||||
|
}
|
||||||
server {
|
server {
|
||||||
listen 443 ssl; # IPv4
|
listen 443 ssl; # IPv4
|
||||||
listen [::]:443 ssl; # IPv6
|
listen [::]:443 ssl; # IPv6
|
||||||
@ -23,6 +27,6 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /_matrix {
|
location /_matrix {
|
||||||
proxy_pass http://monolith:8008;
|
proxy_pass http://monolith;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user