1 Star 0 Fork 1K

Leo.Wang/yii2-shopwind

forked from shopwind/yii2-shopwind 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.nginx 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
shopwind 提交于 2021-01-27 13:07 . 修复已知问题
## 如果域名/IP未指定到WEB运行目录的Nginx伪静态规格配置
location /frontend {
#Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /frontend/web/index.php$is_args$args;
}
location /backend {
#Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /backend/web/index.php$is_args$args;
}
## END
## 通用配置
location / {
#Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /index.php$is_args$args;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sz-zhuoshangsoft/yii2-shopwind.git
[email protected]:sz-zhuoshangsoft/yii2-shopwind.git
sz-zhuoshangsoft
yii2-shopwind
yii2-shopwind
master

搜索帮助