使用openstack怎么对80和443端口进行共享-创新互联

这篇文章将为大家详细讲解有关使用openstack怎么对80和443端口进行共享,文章内容质量较高,因此小编分享给大家做个参考,希望大家阅读完这篇文章后对相关知识有一定的了解。

公司主营业务:成都做网站、成都网站建设、移动网站开发等业务。帮助企业客户真正实现互联网宣传,提高企业的竞争能力。成都创新互联是一支青春激扬、勤奋敬业、活力青春激扬、勤奋敬业、活力澎湃、和谐高效的团队。公司秉承以“开放、自由、严谨、自律”为核心的企业文化,感谢他们对我们的高要求,感谢他们从不同领域给我们带来的挑战,让我们激情的团队有机会用头脑与智慧不断的给客户带来惊喜。成都创新互联推出三台免费做网站回馈大家。

1.1. 安装 openresty

1. 向 centos 系统中添加 openresty 仓库

#yum install yum-utils

#yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo

2. 安装软件包

#yum install openresty

3. 安装命令行工具

#yum install openresty-resty

1.2. 配置 openresty

1. 进入 nginx 目录

#cd /usr/local/openresty/nginx/conf/

2. 编辑 nginx 配置文件

#vi nginx.conf
user root;
worker_processes 12;
error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;

#pid  logs/nginx.pid;

events {
 worker_connections 10240;
}

http {
 include  mime.types;
 default_type application/octet-stream;

 log_format main '$remote_addr - $remote_user [$time_local] "$request" '

      '$status $body_bytes_sent "$http_referer" '

      '"$http_user_agent" "$http_x_forwarded_for"';

 access_log logs/access.log main;

 sendfile  on;
 #tcp_nopush  on;
 #keepalive_timeout 0;
 keepalive_timeout 65;

 #gzip on;
 include conf.d/*;

 server {
  listen  80;
  #
  server_name 域名;
  #指定日志路径
  access_log logs/access.log main;
  error_log logs/error.log;

  # 
  location / {
   proxy_pass http://172.17.17.113;
  }
 }
}

3. 在当前目录下创建 conf.d 文件夹

#mkdir /usr/local/openresty/nginx/conf/conf.d

#cd conf.d

4. 创建要被读取的文件,目前定义为每台机器创建一台,这里定义添加一台 aa 机器,则创建 aa.conf 。

#vi aa.conf
server {
 listen  80;
#绑定https include /usr/local/openresty/nginx/https/https.conf;
#绑定域名
 server_name 域名;
#指定日志路径
 access_log logs/ope.access.log main;
 error_log logs/ope.error.log;

#指定通过域名跳转端口
 location / {

  proxy_pass http://172.17.17.136:8081;

 }
}

1.3.  使用 openresty

1. 检测 nginx 是否配置正确

#openresty -t

nginx: the configuration file /usr/local/openresty/nginx/conf/nginx.conf syntax is ok

nginx: configuration file /usr/local/openresty/nginx/conf/nginx.conf test is successful

2. 重载 openresty

#openresty -s reload

3.验证

在浏览器上输入绑定的域名即可直接访问80或者所需端口。

关于使用openstack怎么对80和443端口进行共享就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。

分享标题:使用openstack怎么对80和443端口进行共享-创新互联
转载注明:https://www.cdcxhl.com/article26/diidcg.html

成都网站建设公司_创新互联,为您提供外贸网站建设软件开发电子商务网站建设做网站定制开发

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

成都网站建设