1
0
Fork 0
forked from exozyme/nginx

Update matrix.conf

This commit is contained in:
Anthony Wang 2021-06-08 02:04:01 +00:00 committed by GitHub
parent 11a7d013c4
commit ca6932c2d2
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 / {
location ~* ^(\/_matrix|\/_synapse\/client) {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;