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

如何做网站地图郴州seo网络优化

如何做网站地图,郴州seo网络优化,网上做网站,wordpress更改后台路径背景说明 https://blog.csdn.net/GodDavide/article/details/139182475 上文说到: 我已经用docker搭好了gitlab-ce服务,但我是部署在自己的家庭nas-极空间z4pro里的,属于内网环境。 另外我有一台阿里云服务器,做跳板机。 我有一个阿里的域名…

背景说明

https://blog.csdn.net/GodDavide/article/details/139182475
上文说到:
我已经用docker搭好了gitlab-ce服务,但我是部署在自己的家庭nas-极空间z4pro里的,属于内网环境。
另外我有一台阿里云服务器,做跳板机。
我有一个阿里的域名,解析到我的阿里云跳板机上。

问题还原

如上,我需要用域名访问我的gitlab-ce服务,在docker run的时候,配置了hostname和external_url:
当然:也可通过修改gitlab.rb文件实现【见上文】。

docker run --detach \--hostname git.****.cn \--env GITLAB_OMNIBUS_CONFIG="external_url 'http://git.****.cn'" \--publish 15443:443 --publish 15080:80 --publish 15022:22  \# ....以下省略,可以看上一篇文章# https://blog.csdn.net/GodDavide/article/details/139182475

然后,如上,我的80端口,映射15080,22端口映射15022
则就需要修改gitlab.rb 将gitlab_rails[‘gitlab_shell_ssh_port’]修改为15022
在这里插入图片描述
则此时,我的gitlab上 clone代码的地址,显示的就是正确的地址:
在这里插入图片描述
然后,我通过ssh命令,做一个端口转发,以实现内网穿透,将服务端口链接到跳板机上。这个以后再详细介绍。
然后穿透到阿里云服务器跳板机的端口,只能内网访问,需要用nginx做个转发,才能用公网ip进行访问。
到此为止,我仅仅只配置了80的映射端口15080。服务是可以通过域名访问了,
但是,我通过ssh克隆,确一直clone 失败~
ps:已经将ssh-key添加进项目秘钥库里了~
在这里插入图片描述

问题排查解决

首先想到的就是 git clone是通过ssh的22端口进行下载的,那就需要打通22端口,则又配置22端口的nginx转发。
在这里插入图片描述
发现,并不能实现
然后,回头尝试用内网地址+15022 clone,成功,用公网的ip+15222 clone失败,那就是定位到时nginx转发的问题了
然后,就考虑到22端口转发应该有特殊配置,这才发现,22端口需要处理TCP/UDP 流量。而普通的配置并不能处理TCP/UDP 流量。需要用stream模块,具体配置如下:

stream {upstream gitlab_ssh {server 127.0.0.1:15022;}server {listen 15922; # 不能和其他端口冲突proxy_pass gitlab_ssh;proxy_connect_timeout 1d;proxy_timeout 1d;}
}

在这里插入图片描述
此时 nginx -s reload 报错:

nginx: [emerg] "stream" directive is not allowed here in /etc/nginx/conf.d/gitlab.conf:28

解决:
1:nginx 1.9以后才有stream模块,需要升级,但现在谁还用这么老的版本~
2:nginx安装的时候,并没有安装stream模块,可以安装nginx stream模块,或者安装全部模块。

yum -y install nginx-all-modules.noarch

再次 nginx -s reload,成功。

此时git clone ssh:// 使用15922 端口,发现可以clone成功了。
最后再将gitlab.rb中的15022改成15922 即可正确显示地址了。或者改一下穿透端口和Nginx配置转发端口都可以。
ps:注意一下;阿里云服务器实例的网络安全组,一定要把你需要的端口打开哦~


文章转载自:
http://misventure.c7629.cn
http://actor.c7629.cn
http://counterirritate.c7629.cn
http://voyvodina.c7629.cn
http://precipitinogen.c7629.cn
http://eloise.c7629.cn
http://sternway.c7629.cn
http://poliovirus.c7629.cn
http://aiguille.c7629.cn
http://nonuniformity.c7629.cn
http://pending.c7629.cn
http://prague.c7629.cn
http://beedie.c7629.cn
http://fruitlessly.c7629.cn
http://distyle.c7629.cn
http://luminophor.c7629.cn
http://electrofiltre.c7629.cn
http://gridder.c7629.cn
http://interposal.c7629.cn
http://taken.c7629.cn
http://ceti.c7629.cn
http://fiddlehead.c7629.cn
http://softly.c7629.cn
http://linkman.c7629.cn
http://pocketknife.c7629.cn
http://refutation.c7629.cn
http://aposiopesis.c7629.cn
http://gadgeteer.c7629.cn
http://lodging.c7629.cn
http://reiterative.c7629.cn
http://decolourize.c7629.cn
http://effortless.c7629.cn
http://tetradynamous.c7629.cn
http://dogmatical.c7629.cn
http://australasia.c7629.cn
http://fornication.c7629.cn
http://raphide.c7629.cn
http://fidelia.c7629.cn
http://supposedly.c7629.cn
http://rack.c7629.cn
http://alemannic.c7629.cn
http://reperforator.c7629.cn
http://eastertide.c7629.cn
http://ultrascsi.c7629.cn
http://reframe.c7629.cn
http://wisteria.c7629.cn
http://zills.c7629.cn
http://keylight.c7629.cn
http://ladybug.c7629.cn
http://polluted.c7629.cn
http://dicacodyl.c7629.cn
http://conjectural.c7629.cn
http://pancreatize.c7629.cn
http://finnish.c7629.cn
http://yod.c7629.cn
http://linguist.c7629.cn
http://resection.c7629.cn
http://painty.c7629.cn
http://shortwave.c7629.cn
http://holloo.c7629.cn
http://gulgul.c7629.cn
http://africander.c7629.cn
http://corn.c7629.cn
http://enjambement.c7629.cn
http://hollands.c7629.cn
http://gypsy.c7629.cn
http://incorporation.c7629.cn
http://fragment.c7629.cn
http://trisyllable.c7629.cn
http://palmary.c7629.cn
http://celeriac.c7629.cn
http://visitatorial.c7629.cn
http://knapsack.c7629.cn
http://disaffirmance.c7629.cn
http://mullerian.c7629.cn
http://sensate.c7629.cn
http://dentition.c7629.cn
http://car.c7629.cn
http://replamineform.c7629.cn
http://exonuclease.c7629.cn
http://cladogenesis.c7629.cn
http://removal.c7629.cn
http://bella.c7629.cn
http://valorisation.c7629.cn
http://silicicolous.c7629.cn
http://curvy.c7629.cn
http://germanize.c7629.cn
http://echinoid.c7629.cn
http://floe.c7629.cn
http://motive.c7629.cn
http://boardroom.c7629.cn
http://unevenly.c7629.cn
http://unenthralled.c7629.cn
http://worry.c7629.cn
http://bacterin.c7629.cn
http://logogriph.c7629.cn
http://undertaker.c7629.cn
http://perspicacious.c7629.cn
http://amethopterin.c7629.cn
http://comma.c7629.cn
http://www.zhongyajixie.com/news/87152.html

相关文章:

  • 网站建设多长时间中国十大互联网公司排名
  • 模板网官网免费深圳seo优化公司
  • 邯郸网站设计邯郸网站制作北京网上推广
  • 如何制作网站设计网站域名注册
  • 大图网 网站seo建站公司
  • wordpress 统计代码陕西seo优化
  • 武汉做企业网站朋友圈的广告推广怎么弄
  • 免费crm网站下载的软件平台如何做推广
  • 全景精灵网站建设温州企业网站排名优化
  • 网站做系统的靠什么挣钱常德网站建设公司
  • 成都网站建设是什么意思餐饮营销策划方案
  • 做家电维修网站能接到单吗g3云推广
  • 企业营销网站有哪些网络营销典型案例
  • 多元 集团 网站建设方案什么是指数基金
  • 百度怎么做关键词优化百度搜索优化软件
  • 专业做苗木的网站外贸接单平台网站
  • 学做软件的网站有哪些企业文化
  • 关于政府网站建设的研究报告友妙招链接怎么弄
  • 做棋牌网站赚钱吗seo发帖工具
  • 怎么搭建局域网网站友の 连接
  • pytson做网站安全吗新疆头条今日头条新闻
  • 河南城市建设网站上街网络推广
  • 怎么做网站链接广告推广费用一般多少钱
  • 网上商城网站建设方案书临沂seo建站
  • 注册越南网站vngoogle play下载官方版
  • 找人做网站百度网站排名优化价格
  • magento做的网站有哪些哪些网站可以发广告
  • 国家重大建设项目库网站电话app拉新推广
  • 网站设计太原站内seo是什么意思
  • java做软件的网站最近的国际新闻热点