aboutsummaryrefslogtreecommitdiff
path: root/docs/nginx
AgeCommit message (Collapse)Author
2022-01-21Update monolith-sample.conf (#2087)FORCHA
* 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>
2021-06-07Add CORS to nginx config (#1791)Rasmus Thomsen
Without this entry, setups where users have the homeserver on the URL matrix.myurl.com but want the servername to be myurl.com don't work by default since clients like element.io can't connect to the homeserver
2021-06-07Add missing IPv6 "ssl" keyword in nginx config examples (#1854)Arnaud Venturi
Signed-off-by: Arnaud Venturi <git@toadjaune.eu>
2020-11-18Add IPv6 setting to nginx conf (#1582)TR_SLimey
* Added IPv6 setting to nginx conf https://matrix.to/#/!yomrOFwgFXzmeMAbzX:matrix.org/$sIkSxL002BKottY1Fop-bkusuyCJ1Y0zIFzqSWDYRrc?via=matrix.org&via=privacytools.io&via=dendrite.link * Add IPv6 support to polylith nginx conf also
2020-10-02Route several paths to sync_api (#1473)S7evinK
2020-10-01Fix bugs in nginx sample configsNeil Alexander
2020-10-01Add nginx sample reverse proxy configs (#1458)Neil Alexander
* Add nginx sample reverse proxy configs * Add line breaks at end of files