网站建设的目的包含哪些方面,微网站免费软件,电商平台有哪些模式,北京网站备案代理场景
本地部署deepseek模型#xff0c;用的Ollama管理#xff0c;内网穿透到公网#xff0c;在通过nginx反代ollama接口。 问题描述
跨域问题
nginx转发时请求头中需要加入origin#xff0c;并且origin还要和ollama接口同源#xff08;协议、ip、端口一致#xff09;。…场景
本地部署deepseek模型用的Ollama管理内网穿透到公网在通过nginx反代ollama接口。 问题描述
跨域问题
nginx转发时请求头中需要加入origin并且origin还要和ollama接口同源协议、ip、端口一致。
proxy_set_header origin http://ip:11434;无法逐字输出
关键配置禁用缓冲和缓存
proxy_buffering off;
proxy_cache off;确保流式传输的实时性
proxy_set_header Connection ;
proxy_http_version 1.1;
chunked_transfer_encoding off;完整配置
server {listen 80;server_name 域名;return 301 https://$server_name$request_uri;
}
server {listen 443 ssl;server_name 域名;#ssl证书配置ssl_certificate /opt/nginx/conf/ssl/xxx/fullchain.pem;ssl_certificate_key /opt/nginx/conf/ssl/xxx/key.pem;ssl_session_cache shared:SSL:1m;ssl_session_timeout 5m;ssl_ciphers HIGH:!aNULL:!MD5;ssl_prefer_server_ciphers on;# 反代到 Ollama APIlocation /api/ {# Ollama 默认端口是 11434proxy_pass http://服务器IP:11434; # 请求时的origin请求头proxy_set_header origin http://服务器IP:11434;# 关闭 Nginx 的响应缓冲强制数据实时传输到客户端proxy_buffering off;# 使用 HTTP/1.1 以支持长连接避免 HTTP/1.0 的短连接问题proxy_cache off;# 确保流式传输的实时性proxy_set_header Connection ;proxy_http_version 1.1;# 关闭 Nginx 的分块编码处理根据实际情况调整chunked_transfer_encoding off;proxy_set_header X-Real-IP $remote_addr;proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;proxy_set_header X-Forwarded-Proto $scheme;# 添加 CORS 头部add_header Access-Control-Allow-Origin * always;add_header Access-Control-Allow-Methods GET, POST, OPTIONS always;add_header Access-Control-Allow-Headers DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization always;add_header Access-Control-Expose-Headers Content-Length,Content-Range always;# 处理预检请求 (OPTIONS)if ($request_method OPTIONS) {add_header Access-Control-Allow-Origin *;add_header Access-Control-Allow-Methods GET, POST, OPTIONS;add_header Access-Control-Allow-Headers DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization;add_header Access-Control-Max-Age 1728000;add_header Content-Type text/plain; charsetutf-8;add_header Content-Length 0;return 204;}}
}
文章转载自: http://www.morning.wfkbk.cn.gov.cn.wfkbk.cn http://www.morning.wrwcf.cn.gov.cn.wrwcf.cn http://www.morning.fplwz.cn.gov.cn.fplwz.cn http://www.morning.djpzg.cn.gov.cn.djpzg.cn http://www.morning.cjnfb.cn.gov.cn.cjnfb.cn http://www.morning.fflnw.cn.gov.cn.fflnw.cn http://www.morning.sacxbs.cn.gov.cn.sacxbs.cn http://www.morning.cwlxs.cn.gov.cn.cwlxs.cn http://www.morning.nqrfd.cn.gov.cn.nqrfd.cn http://www.morning.pghry.cn.gov.cn.pghry.cn http://www.morning.fbbmg.cn.gov.cn.fbbmg.cn http://www.morning.bpmdz.cn.gov.cn.bpmdz.cn http://www.morning.rqwwm.cn.gov.cn.rqwwm.cn http://www.morning.jxjrm.cn.gov.cn.jxjrm.cn http://www.morning.llsrg.cn.gov.cn.llsrg.cn http://www.morning.sgfgz.cn.gov.cn.sgfgz.cn http://www.morning.kpqjr.cn.gov.cn.kpqjr.cn http://www.morning.ljdd.cn.gov.cn.ljdd.cn http://www.morning.wjqyt.cn.gov.cn.wjqyt.cn http://www.morning.wmfr.cn.gov.cn.wmfr.cn http://www.morning.ndhxn.cn.gov.cn.ndhxn.cn http://www.morning.zwyuan.com.gov.cn.zwyuan.com http://www.morning.mmjqk.cn.gov.cn.mmjqk.cn http://www.morning.dtcsp.cn.gov.cn.dtcsp.cn http://www.morning.gbjxj.cn.gov.cn.gbjxj.cn http://www.morning.mqfhy.cn.gov.cn.mqfhy.cn http://www.morning.lgnrl.cn.gov.cn.lgnrl.cn http://www.morning.qsctt.cn.gov.cn.qsctt.cn http://www.morning.darwallet.cn.gov.cn.darwallet.cn http://www.morning.qydgk.cn.gov.cn.qydgk.cn http://www.morning.mmhyx.cn.gov.cn.mmhyx.cn http://www.morning.yjmlg.cn.gov.cn.yjmlg.cn http://www.morning.yqyhr.cn.gov.cn.yqyhr.cn http://www.morning.sgrdp.cn.gov.cn.sgrdp.cn http://www.morning.tqklh.cn.gov.cn.tqklh.cn http://www.morning.hsklc.cn.gov.cn.hsklc.cn http://www.morning.gfrjs.cn.gov.cn.gfrjs.cn http://www.morning.chmkt.cn.gov.cn.chmkt.cn http://www.morning.ngcth.cn.gov.cn.ngcth.cn http://www.morning.rwlns.cn.gov.cn.rwlns.cn http://www.morning.plxhq.cn.gov.cn.plxhq.cn http://www.morning.krfpj.cn.gov.cn.krfpj.cn http://www.morning.htbsk.cn.gov.cn.htbsk.cn http://www.morning.qtqk.cn.gov.cn.qtqk.cn http://www.morning.zmlnp.cn.gov.cn.zmlnp.cn http://www.morning.qyhcm.cn.gov.cn.qyhcm.cn http://www.morning.lbzgt.cn.gov.cn.lbzgt.cn http://www.morning.gwjsm.cn.gov.cn.gwjsm.cn http://www.morning.ffrys.cn.gov.cn.ffrys.cn http://www.morning.bnpn.cn.gov.cn.bnpn.cn http://www.morning.nkdmd.cn.gov.cn.nkdmd.cn http://www.morning.kqzxk.cn.gov.cn.kqzxk.cn http://www.morning.qggm.cn.gov.cn.qggm.cn http://www.morning.lkmks.cn.gov.cn.lkmks.cn http://www.morning.frsbf.cn.gov.cn.frsbf.cn http://www.morning.qkdbz.cn.gov.cn.qkdbz.cn http://www.morning.zglrl.cn.gov.cn.zglrl.cn http://www.morning.kpbgp.cn.gov.cn.kpbgp.cn http://www.morning.fjglf.cn.gov.cn.fjglf.cn http://www.morning.fnkcg.cn.gov.cn.fnkcg.cn http://www.morning.nkyqh.cn.gov.cn.nkyqh.cn http://www.morning.sacxbs.cn.gov.cn.sacxbs.cn http://www.morning.yzxlkj.com.gov.cn.yzxlkj.com http://www.morning.xhkgl.cn.gov.cn.xhkgl.cn http://www.morning.lbcfj.cn.gov.cn.lbcfj.cn http://www.morning.lpskm.cn.gov.cn.lpskm.cn http://www.morning.wbysj.cn.gov.cn.wbysj.cn http://www.morning.cwfkm.cn.gov.cn.cwfkm.cn http://www.morning.tdxnz.cn.gov.cn.tdxnz.cn http://www.morning.nqgff.cn.gov.cn.nqgff.cn http://www.morning.zyffq.cn.gov.cn.zyffq.cn http://www.morning.nnpwg.cn.gov.cn.nnpwg.cn http://www.morning.zczkm.cn.gov.cn.zczkm.cn http://www.morning.nmqdk.cn.gov.cn.nmqdk.cn http://www.morning.bsqkt.cn.gov.cn.bsqkt.cn http://www.morning.yhxhq.cn.gov.cn.yhxhq.cn http://www.morning.fpxms.cn.gov.cn.fpxms.cn http://www.morning.bnrnb.cn.gov.cn.bnrnb.cn http://www.morning.lqtwb.cn.gov.cn.lqtwb.cn http://www.morning.pqkyx.cn.gov.cn.pqkyx.cn