神剑山庄资源网 Design By www.hcban.com
利用CentOS6搭建简易的web服务
提示: 其中没有涉及到MySQl、MongoDB的安装和使用,包括docker容器等,使用nginx反向代理静态服务
centOS服务器
可以选用国外或者国内的服务器,这里只展示centOS系统配置,本人实在window系统下完成下列操作
选购一台合适的云服务器,系统为centOS
在window系统下安装xshell和xftp, 保证可以系统访问centOS系统
使用xshell连接上云服务器,使用超级管理员root登录
登录完成之后安装nginx
下面是需要下载的文件:
- 首先安装
wget # yum install wget
- nginx以来与gcc的编译环境
# yum install gcc-c++
- nginx的http模块需要使用pcre来解析正则表达式
# yum -y install pcre pcre-devel
- 依赖的解压包
# yum -y install zlib zlib-devel
- 下载nginx压缩包
# wget -c https://nginx.org/download/nginx-1.10.3.tar.gz
解压与安装:
- 解压nginx
# tar -zxvf nginx-1.10.3.tar.gz
- 进入nginx目录
#cd nginx-1.10.3
- 对nginx的源码进行编译
# ./configure
- 开始编译
# make
- 继续编译
# make install
- 查看nginx安装的目录
# whereis nginx
它会告诉你nginx在哪,nginx的命令在/usr/local/nginx/sbin目录下
nginx命令:
nginx命令开启# ./nginx
停止# ./nginx -s stop
# ./nginx -s quit
重启# ./nginx -s reload
开启nginx # ./nginx
必须在nginx的安装目录下的sbi文件开启,当然也可全局配置
查看是否开启nginx # ps aux|grep nginx
nginx配置
以下是nginx配置的部分参考
# http server server { listen 80; server_name www.didiheng.com; #charset koi8-r; #access_log logs/host.access.log main; access_log off; #缓存日志关闭 server_tokens off; tcp_nopush on; tcp_nodelay on; gzip on; #gzip开启 gzip_comp_level 6; #gzip比率 gzip_types text/plain application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; proxy_connect_timeout 5; #缓存链接 proxy_read_timeout 60; proxy_send_timeout 5; proxy_buffer_size 16k; proxy_buffers 4 64k; proxy_busy_buffers_size 128k; proxy_temp_file_write_size 128k; location / { root /www; #此处绝对地址 index index.html index.htm; try_files $uri $uri/ /index.html; //使用客户端路由需配置 rewrite ^(.*)$ https://$host$1 permanent; /强制定向https } #error_page 404 /404.html; # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } #https server server { listen 443 ssl; server_name www.didiheng.com; ssl_certificate server.crt; ssl_certificate_key server.key; ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; access_log off; server_tokens off; tcp_nopush on; tcp_nodelay on; expires epoch; gzip on; gzip_comp_level 6; gzip_types text/plain application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; proxy_connect_timeout 5; proxy_read_timeout 60; proxy_send_timeout 5; proxy_buffer_size 16k; proxy_buffers 4 64k; proxy_busy_buffers_size 128k; proxy_temp_file_write_size 128k; location / { root /www; index index.html index.htm; try_files $uri $uri/ /index.html; } } }
在以上配置中我直接将https开启了,若没有相关的ssl配置,请将https服务注释 使用 # 即可
修改之后重启nginx
# ./nginx -s reload
使用serverIP或域名访问 访问
github原址
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
神剑山庄资源网 Design By www.hcban.com
神剑山庄资源网
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
神剑山庄资源网 Design By www.hcban.com
暂无CentOS6使用nginx搭建web网站服务的方法的评论...
更新日志
2024年11月15日
2024年11月15日
- 黄乙玲1988-无稳定的爱心肝乱糟糟[日本东芝1M版][WAV+CUE]
- 群星《我们的歌第六季 第3期》[320K/MP3][70.68MB]
- 群星《我们的歌第六季 第3期》[FLAC/分轨][369.48MB]
- 群星《燃!沙排少女 影视原声带》[320K/MP3][175.61MB]
- 乱斗海盗瞎6胜卡组推荐一览 深暗领域乱斗海盗瞎卡组分享
- 炉石传说乱斗6胜卡组分享一览 深暗领域乱斗6胜卡组代码推荐
- 炉石传说乱斗本周卡组合集 乱斗模式卡组最新推荐
- 佟妍.2015-七窍玲珑心【万马旦】【WAV+CUE】
- 叶振棠陈晓慧.1986-龙的心·俘虏你(2006复黑限量版)【永恒】【WAV+CUE】
- 陈慧琳.1998-爱我不爱(国)【福茂】【WAV+CUE】
- 咪咕快游豪礼放送,百元京东卡、海量欢乐豆就在咪咕咪粉节!
- 双11百吋大屏焕新“热”,海信AI画质电视成最大赢家
- 海信电视E8N Ultra:真正的百吋,不止是大!
- 曾庆瑜1990-曾庆瑜历年精选[派森][WAV+CUE]
- 叶玉卿1999-深情之选[飞图][WAV+CUE]