]> git.ekhem.eu.org Git - server.git/commit
[matrix] Proxy communication through `nginx`.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 27 Nov 2022 09:17:37 +0000 (10:17 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 3 Dec 2023 21:03:23 +0000 (22:03 +0100)
commit2e5b97134fe12fcbf1912e61ba49408d99bb2a10
tree50e519fdda09bfa33ebd3bb45de2cfaf7c29f223
parentcbd4d1ff7af66e1d6c061778b27c6689037e9fbd
[matrix] Proxy communication through `nginx`.

This commit configures `nginx` to act as a reverse proxy for
matrix. `nginx` receives requests on ports 443 (client) and
8448 (other matrix instances) and forwards them to localhost:8008 for
matrix to process.
matrix/README
matrix/homeserver.yaml
nginx/README