fix: use root

This commit is contained in:
2021-12-13 14:12:10 +01:00
parent 038f03d872
commit 96a28d62ca

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;