From 018f0b0c4fcb861005523b5127f554bbf9ffc5d9 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 4 May 2017 16:47:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8F=8F=E8=BF=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1644d1b4..2e7a2cadc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Think.Admin * `PHP`版本不低于`PHP5.4`,推荐使用`PHP7`以达到最优效果 * 项目运行需支持`PATHINFO`,项目不支持`ThinkPHP`的`URL`兼容模式运行(源于如何优雅的展示) * `Apache`:已在项目根目录加入`.htaccess`文件,只需开启`rewrite`模块 + ```xml Options +FollowSymlinks -Multiviews @@ -34,7 +35,9 @@ Think.Admin RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] ``` + * `Nginx`:配置参考下面的`demo`代码 + ``` server { listen 80;