2 コミット

作成者 SHA1 メッセージ 日付
  Gattes 7d5254e92e Adding Upgrade docs 10ヶ月前
  Gattes 6493498d6f Adding Upgrade docs 10ヶ月前
1個のファイルの変更3行の追加3行の削除
  1. 3
    3
      docs/upgrading/README.md

+ 3
- 3
docs/upgrading/README.md ファイルの表示

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
 

読み込み中…
キャンセル
保存