From 890016ca372233fb864e8607c9a8d68ce8c8a091 Mon Sep 17 00:00:00 2001 From: LoveesYe <109154433+LoveesYe@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:00:43 +0200 Subject: [PATCH] Add files via upload --- web/nginx伪静态.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web/nginx伪静态.txt diff --git a/web/nginx伪静态.txt b/web/nginx伪静态.txt new file mode 100644 index 0000000..d64dcc8 --- /dev/null +++ b/web/nginx伪静态.txt @@ -0,0 +1,5 @@ +location / { + if (!-e $request_filename){ + rewrite ^(.*)$ /index.php/$1 last; break; + } +} \ No newline at end of file