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
This commit is contained in:
FORCHA 2022-01-11 21:07:48 +01:00 committed by GitHub
parent 16035b9737
commit 436a64d610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,6 @@ server {
}
location /_matrix {
proxy_pass http://monolith:8008;
proxy_pass http://my.hostname.com:8008;
}
}