2 Star 5 Fork 1

Eward.Chen / laravel for sae

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.yaml 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eward.Chen 提交于 2015-06-15 16:13 . init
name: larave5
version: 1
handle:
- hostaccess: if (%{REQUEST_URI} ~ "/vendor/") deny "127.0.0.1"
- hostaccess: if (%{REQUEST_URI} ~ "/database/") deny "127.0.0.1"
- hostaccess: if (%{REQUEST_URI} ~ "/app/") deny "127.0.0.1"
- hostaccess: if (%{REQUEST_URI} ~ "/resources/") deny "127.0.0.1"
- hostaccess: if (%{REQUEST_URI} ~ "/tests/") deny "127.0.0.1"
- hostaccess: if (%{REQUEST_URI} ~ "/stotage/") deny "127.0.0.1"
- rewrite: if (!is_file() && !is_dir()) goto "/index.php"
PHP
1
https://gitee.com/eward.chen/laravel-for-sae.git
git@gitee.com:eward.chen/laravel-for-sae.git
eward.chen
laravel-for-sae
laravel for sae
master

搜索帮助