1 Star 0 Fork 984

StinkStone / yii2-shopwind

forked from shopwind / yii2-shopwind 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nginx.htaccess 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
shopwind 提交于 2021-08-15 11:48 . 优化前后台访问及安装程序
location / {
#Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /index.php$is_args$args;
}
#If you want a single domain name at the front and back ends
location /admin {
try_files $uri $uri/ /admin/index.php$is_args$args;
}
location /mobile {
try_files $uri $uri/ /mobile/index.php$is_args$args;
}
PHP
1
https://gitee.com/StinkStone/yii2-shopwind.git
git@gitee.com:StinkStone/yii2-shopwind.git
StinkStone
yii2-shopwind
yii2-shopwind
master

搜索帮助