2 Commits

Author SHA1 Message Date
  Gattes 7d5254e92e Adding Upgrade docs 3 months ago
  Gattes 6493498d6f Adding Upgrade docs 3 months ago
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docs/upgrading/README.md

+ 3
- 3
docs/upgrading/README.md View File

10
 ```
10
 ```
11
     location ~ ^/(client/|_matrix/client/unstable/org.matrix.msc3575/sync) {
11
     location ~ ^/(client/|_matrix/client/unstable/org.matrix.msc3575/sync) {
12
         proxy_pass http://10.10.10.7:8008;
12
         proxy_pass http://10.10.10.7:8008;
13
-        proxy_set_header X-Forwarded-For \$remote_addr;
14
-        proxy_set_header X-Forwarded-Proto \$scheme;
15
-        proxy_set_header Host \$host;
13
+        proxy_set_header X-Forwarded-For $remote_addr;
14
+        proxy_set_header X-Forwarded-Proto $scheme;
15
+        proxy_set_header Host $host;
16
     }
16
     }
17
 ```
17
 ```
18
 
18
 

Loading…
Cancel
Save