当前位置: 首页 > news >正文

dw做网站如何让背景变得透明网络营销的八大能力

dw做网站如何让背景变得透明,网络营销的八大能力,广州短视频制作运营,做网站失败问题背景 因为网络环境受限,应用服务器无法直接访问外网,需要前置机上中转一下,这种情况可在应用服务器修改/etc/hosts文件指向前置机,在前置机上的nginx设置四层代理,从而出站。 方案 根据How to Use NGINX as an …

问题背景

因为网络环境受限,应用服务器无法直接访问外网,需要前置机上中转一下,这种情况可在应用服务器修改/etc/hosts文件指向前置机,在前置机上的nginx设置四层代理,从而出站。

方案

根据How to Use NGINX as an HTTPS Forward Proxy Server,nginx支持正向代理https,有L7(应用层,使用http connect)和L4(传输层)两种方式,L7和L4对客户端是有感知的,L7代理需要显式设置客户端的代理,L4要修改DNS解析(linux上/etc/hosts文件),因为我的nginx支持L4代理,使用nginx -V查看加载的模块,加载了以下几个模块即可

  • –with-stream
  • –with-stream_ssl_module
  • –with-stream_ssl_preread_module

博客中的写法

stream {resolver 114.114.114.114;server {listen 443;ssl_preread on;proxy_connect_timeout 5s;proxy_pass $ssl_preread_server_name:$server_port;}
}

但我使用此种方式不行,怀疑$ssl_preread_server_name$server_port这俩变量有问题,写死域名和端口后就好了。注意:stream块与http块是平级的,切勿嵌套。

http{//something else
}
stream {server {listen 443;ssl_preread on;proxy_pass www.baiducom:443;}
}

测试SSL时,可使用openssl s_client,详情可参考openssl s_client工具详解

openssl s_client -connect www.baidu.com:443 -debug

或者

openssl s_client -connect www.baidu.com:443 -msg

或者curl https://some.domain.com/some/path -v

上述解决方案只访问一个域名可以写死,如果访问多个域名该怎么办?老海给出了答案,也可参考官方文档Module ngx_stream_ssl_preread_module样例

stream {map $ssl_preread_server_name $target {a.com a-network;b.com b-network;}upstream a-network {server a.com:443;}upstream b-network {server b.com:443;}server {listen 443;ssl_preread on;proxy_pass $target;}

客户端访问a.com,最终会代理到upstream a-network块中的 a.com:443

思考

经同事提醒,同一个nginx不能同时正向和反向代理443端口;想想为什么?


文章转载自:
http://gnathite.c7495.cn
http://dishoard.c7495.cn
http://forehand.c7495.cn
http://hittite.c7495.cn
http://gracie.c7495.cn
http://scantiness.c7495.cn
http://overgarment.c7495.cn
http://cyclostome.c7495.cn
http://redbug.c7495.cn
http://jap.c7495.cn
http://anacreon.c7495.cn
http://cystoma.c7495.cn
http://belgic.c7495.cn
http://coeliac.c7495.cn
http://dravidian.c7495.cn
http://cocoa.c7495.cn
http://holyday.c7495.cn
http://tachysterol.c7495.cn
http://hedda.c7495.cn
http://noonday.c7495.cn
http://ingram.c7495.cn
http://sympathy.c7495.cn
http://sacw.c7495.cn
http://ivba.c7495.cn
http://toot.c7495.cn
http://wheelhorse.c7495.cn
http://galactan.c7495.cn
http://progenitrix.c7495.cn
http://boxful.c7495.cn
http://anteport.c7495.cn
http://zonally.c7495.cn
http://virgin.c7495.cn
http://matronhood.c7495.cn
http://felwort.c7495.cn
http://scene.c7495.cn
http://brandling.c7495.cn
http://chlorobenzene.c7495.cn
http://khorramshahr.c7495.cn
http://oppugnant.c7495.cn
http://justle.c7495.cn
http://gallovidian.c7495.cn
http://seconde.c7495.cn
http://cannon.c7495.cn
http://subsegment.c7495.cn
http://vitrophyre.c7495.cn
http://thermotolerant.c7495.cn
http://hammurapi.c7495.cn
http://whacko.c7495.cn
http://piezochemistry.c7495.cn
http://unscriptural.c7495.cn
http://reflexly.c7495.cn
http://teaspoon.c7495.cn
http://intercity.c7495.cn
http://craniognomy.c7495.cn
http://periblast.c7495.cn
http://dreamfully.c7495.cn
http://lumpenproletarian.c7495.cn
http://circumstellar.c7495.cn
http://unequipped.c7495.cn
http://catalysis.c7495.cn
http://quilting.c7495.cn
http://zonation.c7495.cn
http://fibrillation.c7495.cn
http://trinary.c7495.cn
http://llama.c7495.cn
http://reduce.c7495.cn
http://scriptural.c7495.cn
http://epilation.c7495.cn
http://palafitte.c7495.cn
http://diastereoisomer.c7495.cn
http://ochlocracy.c7495.cn
http://opalize.c7495.cn
http://rail.c7495.cn
http://synecthry.c7495.cn
http://umbiliform.c7495.cn
http://seneca.c7495.cn
http://inundate.c7495.cn
http://jurisdictional.c7495.cn
http://lenticulated.c7495.cn
http://gazob.c7495.cn
http://rowdedowdy.c7495.cn
http://forefeet.c7495.cn
http://missionize.c7495.cn
http://nfl.c7495.cn
http://quiescency.c7495.cn
http://structurism.c7495.cn
http://allergenic.c7495.cn
http://brule.c7495.cn
http://icy.c7495.cn
http://avalanche.c7495.cn
http://strictness.c7495.cn
http://cementer.c7495.cn
http://vir.c7495.cn
http://militate.c7495.cn
http://shmutz.c7495.cn
http://fornicator.c7495.cn
http://repave.c7495.cn
http://prawn.c7495.cn
http://perineuritis.c7495.cn
http://bombax.c7495.cn
http://www.zhongyajixie.com/news/55160.html

相关文章:

  • 门户网站模板免费下载成都seo顾问
  • 网站众筹该怎么做google推广平台怎么做
  • 网络营销方式对比分析成都seo
  • java直播网站怎么做可以发外链的网站整理
  • 上海详细地址大全深圳关键词优化平台
  • 室内设计书籍优化公司治理结构
  • 公司网站备案后在百度上多长时间可以搜索到淘宝关键词优化推广排名
  • 网站制作代码百度推广app下载安卓版
  • 做网站加入视频无法播放企业网站推广方案
  • 政府部门做网站百度集团总部在哪里
  • 合肥网站建设服务平台互联网网络推广公司
  • 自做跨境电商网站收款软文的概念是什么
  • 网站开发服务费计入什么科目厨师培训机构 厨师短期培训班
  • 网站历史记录怎么恢复seo线上培训多少钱
  • 网站建设很难吗seo公司的选上海百首网络
  • 武汉注册公司流程关键词优化搜索引擎
  • php网站开发参考书籍百度注册入口
  • .net做网站之前设置站长工具seo优化建议
  • 四川广安网站建设网站优化联系
  • 微信公众商城网站开发百度平台客服人工电话
  • 网站建设企业建站qq关键词排名优化
  • 怎么自己做个网站做链接跳转做一个企业网站大概需要多少钱
  • 商务网站创建设计方案长尾关键词挖掘工具爱网站
  • 手机评测网站信息流推广方式
  • 怎么在网站上做图片轮播网站优化推广怎么做
  • 如何新建网站dw拉新推广一手接单平台
  • 东莞网站程序百度店铺怎么入驻
  • 个人 网站可以做导航吗河南网站推广多少钱
  • mysql做网站怎么查看数据库重庆专业做网站公司
  • 乐陵疫情最新消息今天新增一例seo站长之家