2 Commity

Autor SHA1 Wiadomość Data
  Gattes 7d5254e92e Adding Upgrade docs 5 miesięcy temu
  Gattes 6493498d6f Adding Upgrade docs 5 miesięcy temu
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      docs/upgrading/README.md

+ 3
- 3
docs/upgrading/README.md Wyświetl plik

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
 

Ładowanie…
Anuluj
Zapisz