# 典型配置
location ~ .php$ {
root html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $DOCUMENT_ROOT$fastcgi_script_name;
include fastcgi_params;
}
# 修改第1,6行,支持pathinfo
location ~ .php(.*)$ { # 正则匹配.php后的pathinfo部分
root html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $DOCUMENT_ROOT$fastcgi_script_name;
fastcgi_param PATH_INFO $1; # 把pathinfo部分赋给PATH_INFO变量
include fastcgi_params;
}
if (!-e $request_filename) {
rewrite (.*)$ /index.php/$1;
}
location ~.(jpg|jpeg|png|gif)${
proxy_pass HTTP://IP:port;
}
location ~ .(jpg|jpeg|png|gif) {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass IP:port;
}
upstream web{
server IP:8080 weight=1 max_fails=2 fail_timeout=30s;
server IP2:80 weight=1 max_fails=2 fail_timeout=30s;
}
location ~ .(jpg|png|gif|jpeg) {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://web;
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有