mirror of https://github.com/1Panel-dev/1Panel
增加yii2框架的重写规则 (#3144)
parent
762a572c40
commit
9658ebdfdb
|
@ -0,0 +1,3 @@
|
|||
location / {
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
}
|
|
@ -88,6 +88,7 @@ export const Rewrites = [
|
|||
'typecho',
|
||||
'typecho2',
|
||||
'thinkphp',
|
||||
'yii2',
|
||||
'laravel5',
|
||||
'discuz',
|
||||
'discuzx',
|
||||
|
|
Loading…
Reference in New Issue