matrix: adjust vhost settings for 1.29

This commit is contained in:
Markus 2021-03-14 12:16:55 +01:00
parent b03c92eba0
commit 8a27fe96b1
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@ server {
location / {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
}
}
@ -45,5 +47,7 @@ server {
location / {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
}
}