增加yii2框架的重写规则 (#3144)

This commit is contained in:
Node 2023-12-02 21:51:48 +08:00 committed by GitHub
parent 762a572c40
commit 9658ebdfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
location / {
try_files $uri $uri/ /index.php$is_args$args;
}

View File

@ -88,6 +88,7 @@ export const Rewrites = [
'typecho',
'typecho2',
'thinkphp',
'yii2',
'laravel5',
'discuz',
'discuzx',