2 커밋

작성자 SHA1 메시지 날짜
  Gattes 7d5254e92e Adding Upgrade docs 1 개월 전
  Gattes 6493498d6f Adding Upgrade docs 1 개월 전
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      docs/upgrading/README.md

+ 3
- 3
docs/upgrading/README.md 파일 보기

@@ -10,9 +10,9 @@ To migrate from v1.105 to v1.126 you need to follow these steps:
10 10
 ```
11 11
     location ~ ^/(client/|_matrix/client/unstable/org.matrix.msc3575/sync) {
12 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…
취소
저장