未验证 提交 4de09d0a 编写于 作者: Q qkqpttgf 提交者: GitHub

add nginx rewrite when used in Subdirectory

上级 5d7b4dee
......@@ -9,6 +9,11 @@ RewriteRule ^(.*) index.php?/$1 [L]
### nginx
# rewrite ^/(?!.well-known)(.*)$ /index.php?/$1 last;
#
### nginx Subdirectory 在子目录中使用
# location /OneManager2/ {
# rewrite ^/(.*)$ /OneManager2/index.php?/$1 last;
# }
#
### caddy
# rewrite {
# to index.php?/$1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册