From bb4b62c4bac502ff3c081fdc3a82fb6388571019 Mon Sep 17 00:00:00 2001 From: shinn-lancelot <945226793@qq.com> Date: Wed, 12 Sep 2018 22:57:38 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E5=A4=8DREADME.md=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b6733e..dd823bd 100644 --- a/README.md +++ b/README.md @@ -62,16 +62,15 @@ * 后台可以添加接口调用安全域名(即请求来源,仅安全域名下的请求可正常进行接口调用)。不添加安全域名无限制。 * 为了安全性,请及时修改管理员密码。 * 管理员账号密码保存在common/user.json中。虽然密码已加密,为确保信息安全,建议使用Web服务器(比如apache、nginx)限制用户直接请求json文件。 - - ###### apache(httpd.conf) + + > apache(httpd.conf) ``` Order allow,deny Deny from all ``` - - ###### nginx(nginx.conf) + > nginx(nginx.conf) ``` location ~ .*\.(json)$ { deny all