Update matrix.conf

This commit is contained in:
Anthony Wang 2021-06-13 20:47:02 +00:00 committed by GitHub
parent e2d8853aed
commit c1ef88ed1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ server {
ssl_certificate /etc/letsencrypt/live/exozy.me/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem;
location ~* ^(\/_matrix|\/_synapse\/client) {
location / {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;