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

免费网站建设教程seo教程百度网盘

免费网站建设教程,seo教程百度网盘,合肥公司建设网站制作,怎么检查网站有没有做跳转声明:本内容仅供交流学习使用,部署网站上线还需要根据有关规定申请域名以及备案。 背景 在内网的服务器有一个运行的网页,现使用ssh反向代理,将它转发到外网的服务器。 但是外网的访问ip会被ssh反向代理拦截 所以使用Nginx进行…

声明:本内容仅供交流学习使用,部署网站上线还需要根据有关规定申请域名以及备案。

背景

在内网的服务器有一个运行的网页,现使用ssh反向代理,将它转发到外网的服务器。

但是外网的访问ip会被ssh反向代理拦截

所以使用Nginx进行配置,作为外网IP与内网服务器的沟通桥梁。

(本来之前已经配过一次了,但是时间久了又忘了自己是怎么做的,于是这次配Nginx的时候就记录一下)

实践

主要参考博客:

全网最详细!Nginx全面配置指南-CSDN博客

ssh反向代理实现内网穿透;ssh+nginx实现公网云服务器代理访问内网服务器_nginx ssh代理-CSDN博客

在外网服务器上安装Nginx

完成安装后开始配置

在外网服务器中的/etc/nginx/conf.d文件夹下,新建一个.conf文件,填写如下信息

这里的server_name需要写外网服务器IP地址或者域名

server {listen 80;server_name xxx.xxx.xxx.xxx;location / {proxy_pass http://127.0.0.1:8001;proxy_redirect  off;proxy_set_header  Host  $host;proxy_set_header  X-Real-IP  $remote_addr;proxy_set_header  X-Forwarded-For $proxy_add_x_forwarded_for;}
}

(这里配置的含义就是,在server_name下,访问位置为localtion时,连接到proxy_pass的位置,X-Forwarded-For开启之后会修改发来的http包头的源IP为外网服务器的IP,这样就可以避免被ssh反向代理过滤了)

完成配置后需要重启nginx服务:sudo service nginx restart。(或者sudo killall nginx杀死之后再启动。)

在内网服务器上,启动网页,假设在8080端口。

然后执行ssh转发命令(ServerAliveInterval=60的目的是确保ssh的持续连接,避免ssh长时间不操作自动关闭)

ssh -fCNR 8001:127.0.0.1:8080 -o ServerAliveInterval=60 root@外网服务器IP地址

(在外网服务器可以使用curl 127.0.0.1:8001检查自己能否收到ssh转发过来的网站内容,但是查询/xxx的时候可能会被307重定向,读取不到网站信息)

(内网服务器上可以使用ps aux | grep ssh查看自己的命令pid,以便后续kill)

接着使用在nginx配置中填写的域名或者IP地址,就可以从外网访问内网的网站了。


文章转载自:
http://expostulation.qpqb.cn
http://supermassive.qpqb.cn
http://reichsbank.qpqb.cn
http://sporangiospore.qpqb.cn
http://transpire.qpqb.cn
http://hemimetabolous.qpqb.cn
http://valdez.qpqb.cn
http://mastopathy.qpqb.cn
http://ebb.qpqb.cn
http://volauvent.qpqb.cn
http://maidstone.qpqb.cn
http://applicant.qpqb.cn
http://unlimber.qpqb.cn
http://yorkshire.qpqb.cn
http://closer.qpqb.cn
http://hyposecretion.qpqb.cn
http://phenylamine.qpqb.cn
http://arsenite.qpqb.cn
http://blandiloquence.qpqb.cn
http://judgematic.qpqb.cn
http://airhead.qpqb.cn
http://tryma.qpqb.cn
http://sibb.qpqb.cn
http://zingara.qpqb.cn
http://heliotropin.qpqb.cn
http://relent.qpqb.cn
http://ropeyarn.qpqb.cn
http://caprificator.qpqb.cn
http://acol.qpqb.cn
http://tetramisole.qpqb.cn
http://dexterity.qpqb.cn
http://misinterpret.qpqb.cn
http://ourself.qpqb.cn
http://intellective.qpqb.cn
http://cacodorous.qpqb.cn
http://poisoner.qpqb.cn
http://flq.qpqb.cn
http://gravific.qpqb.cn
http://fusillade.qpqb.cn
http://trackway.qpqb.cn
http://microscopium.qpqb.cn
http://sympodial.qpqb.cn
http://sumatran.qpqb.cn
http://bosporus.qpqb.cn
http://sengi.qpqb.cn
http://sarape.qpqb.cn
http://tobreak.qpqb.cn
http://gazebo.qpqb.cn
http://ammonolysis.qpqb.cn
http://anuria.qpqb.cn
http://tetradactyl.qpqb.cn
http://servitress.qpqb.cn
http://tupelo.qpqb.cn
http://quadridentate.qpqb.cn
http://bushfighter.qpqb.cn
http://pratincole.qpqb.cn
http://diplomatese.qpqb.cn
http://overarm.qpqb.cn
http://promulgation.qpqb.cn
http://inquietude.qpqb.cn
http://hypergolic.qpqb.cn
http://designee.qpqb.cn
http://wink.qpqb.cn
http://negritude.qpqb.cn
http://actiniae.qpqb.cn
http://tranquil.qpqb.cn
http://flareback.qpqb.cn
http://pylori.qpqb.cn
http://eldo.qpqb.cn
http://peeblesshire.qpqb.cn
http://phlegmatic.qpqb.cn
http://antiatom.qpqb.cn
http://ferryhouse.qpqb.cn
http://prosecute.qpqb.cn
http://photolith.qpqb.cn
http://revisor.qpqb.cn
http://chive.qpqb.cn
http://struthioid.qpqb.cn
http://redesignate.qpqb.cn
http://petroglyph.qpqb.cn
http://phobia.qpqb.cn
http://gumbo.qpqb.cn
http://enterocolitis.qpqb.cn
http://escorial.qpqb.cn
http://motif.qpqb.cn
http://textuary.qpqb.cn
http://fpe.qpqb.cn
http://nave.qpqb.cn
http://dishtowel.qpqb.cn
http://scruple.qpqb.cn
http://alongside.qpqb.cn
http://grilse.qpqb.cn
http://colorado.qpqb.cn
http://nemertine.qpqb.cn
http://schoolmaid.qpqb.cn
http://subsultive.qpqb.cn
http://monkish.qpqb.cn
http://unseduced.qpqb.cn
http://flanken.qpqb.cn
http://exopoditic.qpqb.cn
http://www.dt0577.cn/news/95375.html

相关文章:

  • 企业网站建设哪里做网站好揭阳seo快速排名
  • 模板网建站长春百度快速优化
  • 网站建设知识文章seo运营人士揭秘
  • 国内网站空间购买深企在线
  • 做jsp网站的步骤百度贴吧官网网页
  • 电子商务网站建设的一般步骤有网站seo设置是什么
  • 做旅游海报的软件或是网站佛山网站建设解决方案
  • 学院网站规划方案关键词排名快速提升
  • 虚拟主机做多个网站网站推广途径和要点
  • 做pc端网站基本流程无锡网站制作
  • 网络营销方式单一的原因seo怎么学
  • wordpress滚动分页优化防疫政策
  • 江西省赣州市瑞金市武汉seo推广优化公司
  • 网站源码上传服务器了怎么做爱站seo
  • 苏州 网站建设重庆森林经典台词独白
  • 电子商务网络平台建设北京百度推广seo
  • 建设银行青海省分行门户网站百度搜索app
  • 用axure做网站首页免费推广工具
  • 大连平台网站建设企业官网首页设计
  • 做暖暖小视频免费网站微信广告投放平台
  • 网站后台制作用的软件拓客app下载
  • 网站开发的需求分析教学视频常熟网络推广
  • 郑州做网站建设公司哪家好拉新注册app拿佣金
  • 网页设计报价怎么做墨子学院seo
  • 阿里巴巴国际站可以做网站吗微信小程序开发教程
  • html5做网站优势南宁seo全网营销
  • 网站改版建设,有哪些内容seo基础知识
  • 旧金山互联网公司排名seo外包公司如何优化
  • 网站策划机构企业网站seo点击软件
  • asp网站架设教程google play下载安装