1 Star 0 Fork 700

geogerli / PbootCMS

forked from 星梦 / PbootCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
default.conf 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
lihua 提交于 2021-09-17 13:53 . add docker file
server{
listen 80;
server_name "";
root /data;
client_max_body_size 8M;
location / {
index index.html index.htm index.php;
try_files $uri $uri/ /index.php$is_args$args;
}
location ~.*\.php {
fastcgi_pass linkwit_php:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $1;
include fastcgi_params;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/geogerli/PbootCMS.git
git@gitee.com:geogerli/PbootCMS.git
geogerli
PbootCMS
PbootCMS
3.X

搜索帮助

344bd9b3 5694891 D2dac590 5694891