3 Star 0 Fork 0

javareact/wish_gpu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gpu2_nginx.conf 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
javareact 提交于 2018-07-31 19:23 . init
server {
listen 80;
server_name gpu2.domain.com
root /usr/share/nginx/gpu2/public;
index index.php;
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/nullval/wish_gpu.git
[email protected]:nullval/wish_gpu.git
nullval
wish_gpu
wish_gpu
dev

搜索帮助