fix: use root

This commit is contained in:
decentral1se 2021-12-13 14:12:10 +01:00
parent 038f03d872
commit 96a28d62ca
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ http {
listen 80 default_server;
server_name {{ env "DOMAIN" }};
location ~* ^(\/_matrix|\/_synapse\/client) {
location / {
proxy_pass http://backend;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;