From 5d7e8de29fb77040e1304f2a0d795ff43e7feab8 Mon Sep 17 00:00:00 2001 From: LI XUN Date: Thu, 31 Aug 2017 17:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Nginx=E4=BC=AA=E9=9D=99?= =?UTF-8?q?=E6=80=81=E8=A7=84=E5=88=99=EF=BC=8C=E4=BE=9BWDCP=E7=AD=89?= =?UTF-8?q?=E9=9B=86=E6=88=90=E7=8E=AF=E5=A2=83=E9=83=A8=E7=BD=B2=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/nginx.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/nginx.conf diff --git a/public/nginx.conf b/public/nginx.conf new file mode 100644 index 000000000..dd1f644f0 --- /dev/null +++ b/public/nginx.conf @@ -0,0 +1 @@ +rewrite ^(.*)$ /index.php/$1 last; \ No newline at end of file -- Gitee