1 Star 0 Fork 3

jee/fastD

forked from janhuang/fastD 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nginx-fpm-example.conf 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
JanHuang 提交于 2018-01-26 19:07 . split provider
server {
listen 80;
index index.php;
server_name fastd;
root dobee/web;
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.php {
fastcgi_pass 127.0.0.1:9000;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jempson/fastD.git
git@gitee.com:jempson/fastD.git
jempson
fastD
fastD
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385