From 16c1ed4fe8dd3e6622e66f16458397b27079b857 Mon Sep 17 00:00:00 2001 From: cnlh <40694320+cnlh@users.noreply.github.com> Date: Tue, 6 Nov 2018 14:28:55 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E4=BD=BF=E7=94=A8=E6=95=99=E7=A8=8B?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 使用教程.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/使用教程.md b/使用教程.md index 328c9cf..b1daf3c 100644 --- a/使用教程.md +++ b/使用教程.md @@ -33,7 +33,7 @@ server { location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header Host $http_host:8224; + proxy_set_header Host $http_host:8024; proxy_set_header X-Nginx-Proxy true; proxy_set_header Connection ""; proxy_pass http://nodejs;