1 Star 0 Fork 994

fork_libs / 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;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fork_libs/yii2-shopwind.git
git@gitee.com:fork_libs/yii2-shopwind.git
fork_libs
yii2-shopwind
yii2-shopwind
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891