From 9fa21cbbbad8dfa966b2cf04367a1ec17c154707 Mon Sep 17 00:00:00 2001 From: huhu415 Date: Sat, 27 Apr 2024 20:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnginx=E5=8F=8D=E4=BB=A3?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E5=87=BA=E7=8E=B0cors=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.ja.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index bce47353..c9ebfb66 100644 --- a/README.en.md +++ b/README.en.md @@ -106,7 +106,7 @@ server{ client_max_body_size 64m; proxy_http_version 1.1; proxy_pass http://localhost:3000; # Modify your port accordingly - proxy_set_header Host $host; + # proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; proxy_cache_bypass $http_upgrade; proxy_set_header Accept-Encoding gzip; diff --git a/README.ja.md b/README.ja.md index c15915ec..688897c7 100644 --- a/README.ja.md +++ b/README.ja.md @@ -106,7 +106,7 @@ server{ client_max_body_size 64m; proxy_http_version 1.1; proxy_pass http://localhost:3000; # それに応じてポートを変更 - proxy_set_header Host $host; + # proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; proxy_cache_bypass $http_upgrade; proxy_set_header Accept-Encoding gzip; diff --git a/README.md b/README.md index 0ab35893..9e9dcee2 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ server{ client_max_body_size 64m; proxy_http_version 1.1; proxy_pass http://localhost:3000; # 请根据实际情况修改你的端口 - proxy_set_header Host $host; + # proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; proxy_cache_bypass $http_upgrade; proxy_set_header Accept-Encoding gzip;