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

南昌seo服务南京seo代理

南昌seo服务,南京seo代理,web网站交互设计工具,看过的网站做记号Nginx 是开源、高性能、高可靠的 Web 和反向代理服务器,而且支持热部署,几乎可以做到 7 * 24 小时不间断运行,即使运行几个月也不需要重新启动。在工作中,我们经常会用到需要搭建文件服务器的情况,这里就以在linux下搭…

  Nginx 是开源、高性能、高可靠的 Web 和反向代理服务器,而且支持热部署,几乎可以做到 7 * 24 小时不间断运行,即使运行几个月也不需要重新启动。在工作中,我们经常会用到需要搭建文件服务器的情况,这里就以在linux下搭建文件服务器为例,解释编译nginx和搭建服务器的过程。

一、nginx编译安装

1、下载nginx

  • nginx下载网站
  • wget下载命令
wget http://nginx.org/download/nginx-1.25.2.tar.gz

2、解压压缩包

tar -zxvf nginx-1.25.2.tar.gz

3、创建用户和用户组

useradd -M -s /sbin/nologin nginx

4、编译安装nginx


# 依次执行下面命令
cd nginx-1.25.2./configure \
--prefix=/usr/local/nginx \
--user=nginx \
--group=nginx \
--without-http_rewrite_module \
--without-http_gzip_modulemake && make install#让系统识别nginx的操作命
ln -s /usr/local/nginx/sbin/nginx /usr/local/sbin/		

如果在编译过程中报错需要依赖包,执行以下命令安装依赖

#nginx的配置及运行需要pcre、zlib、openssl等软件包的支持,因此需要安装这些软件的开发包,以便提供相应的库和头文件。
yum -y install pcre-devel zlib-devel openssl-devel gcc gcc-c++ make

依赖安装完成重新执行./configure命令

5、检查、启动、重启、停止 nginx服务的命令

nginx -t								#检查配置文件是否配置正确
#启动
nginx									
#停止
cat /usr/local/nginx/logs/nginx.pid		#先查看nginx的PID号
kill -3 <PID号>
kill -s QUIT <PID号>
killall -3 nginx
killall -s QUIT nginx
#重载
kill -1 <PID号>
kill -s HUP <PID号>
killall -1 nginx
killall -s HUP nginx
#日志分割,重新打开日志文件
kill -USR1 <PID号>
#平滑升级
kill -USR2 <PID号

在这里插入图片描述

二、配置nginx文件下载服务器

1、配置nginx.conf文件

  • 到nginx.conf文件目录
cd  /usr/local/nginx/conf/
  • 先备份nginx.cong文件
cp nginx.conf nginx.conf_bak
  • 编辑/usr/local/nginx/conf/nginx.conf文件,
    将 user nobody 改成:user root并取消注释
    在这里插入图片描述
    配置以下部分
    # 显示目录autoindex on;# 显示文件大小autoindex_exact_size on;# 显示文件时间autoindex_localtime on;# 防止中文乱码charset utf-8;server {listen       8888;#配置了监听端口此条不生效server_name  localhost;#文件服务器本地存储路径root /root/nginx_storge;}

在这里插入图片描述

  • 创建/root/nginx_storge文件夹
mkdir /root/nginx_storge

2、检查并启动nginx

# 检查nginx配置
nginx -t
#启动nginx
nginx -c /usr/local/nginx/conf/nginx.conf
#重载nginx
nginx -s reload

在这里插入图片描述

3、测试下载

在cd /root/nginx_storge/中新建几个文件和文件夹
在这里插入图片描述
在浏览器中输入地址:http://192.168.86.129:8888/(根据自己的ip修改)可以看到文件信息,点击文件可以下载
在这里插入图片描述


后记
  个人总结,欢迎转载、评论、批评指正


文章转载自:
http://dinncobleu.tqpr.cn
http://dinncofun.tqpr.cn
http://dinncocattery.tqpr.cn
http://dinncoforeshots.tqpr.cn
http://dinncounnavigable.tqpr.cn
http://dinncopity.tqpr.cn
http://dinncodragsville.tqpr.cn
http://dinncogeographical.tqpr.cn
http://dinncocoaita.tqpr.cn
http://dinncosimplex.tqpr.cn
http://dinncocredulous.tqpr.cn
http://dinnconosing.tqpr.cn
http://dinncoicelandic.tqpr.cn
http://dinncogrouch.tqpr.cn
http://dinncodelation.tqpr.cn
http://dinncopotentiate.tqpr.cn
http://dinncosanctionist.tqpr.cn
http://dinncomotherboard.tqpr.cn
http://dinncobabbittry.tqpr.cn
http://dinncothuya.tqpr.cn
http://dinncogeyserite.tqpr.cn
http://dinncoreversibility.tqpr.cn
http://dinncobenzoline.tqpr.cn
http://dinncohandcraft.tqpr.cn
http://dinncocolonic.tqpr.cn
http://dinncoishmael.tqpr.cn
http://dinncosalinification.tqpr.cn
http://dinncodollish.tqpr.cn
http://dinncochoriamb.tqpr.cn
http://dinncocapstone.tqpr.cn
http://dinncomonticule.tqpr.cn
http://dinncoosteoid.tqpr.cn
http://dinncofisher.tqpr.cn
http://dinncoreconsignment.tqpr.cn
http://dinncocattle.tqpr.cn
http://dinncounprepossessed.tqpr.cn
http://dinncohunky.tqpr.cn
http://dinncoplutolatry.tqpr.cn
http://dinncoimparadise.tqpr.cn
http://dinncolawgiver.tqpr.cn
http://dinncoritualization.tqpr.cn
http://dinncorau.tqpr.cn
http://dinncodissociation.tqpr.cn
http://dinncosupercluster.tqpr.cn
http://dinncohegemonical.tqpr.cn
http://dinncowhipgraft.tqpr.cn
http://dinncodisputably.tqpr.cn
http://dinncohypoalonemia.tqpr.cn
http://dinncotyrant.tqpr.cn
http://dinncophilibeg.tqpr.cn
http://dinncofobs.tqpr.cn
http://dinncotroublesome.tqpr.cn
http://dinncolollygag.tqpr.cn
http://dinncotoil.tqpr.cn
http://dinncoawhile.tqpr.cn
http://dinncojustifier.tqpr.cn
http://dinncodivest.tqpr.cn
http://dinncodesignator.tqpr.cn
http://dinncoputtier.tqpr.cn
http://dinncovizagapatam.tqpr.cn
http://dinncoconfabulate.tqpr.cn
http://dinncocsce.tqpr.cn
http://dinncodisciplined.tqpr.cn
http://dinncomahratta.tqpr.cn
http://dinncogynocracy.tqpr.cn
http://dinncoredball.tqpr.cn
http://dinncovalse.tqpr.cn
http://dinncoalanyl.tqpr.cn
http://dinncohjs.tqpr.cn
http://dinncodimercaprol.tqpr.cn
http://dinncojasmin.tqpr.cn
http://dinncovantage.tqpr.cn
http://dinncoconcretive.tqpr.cn
http://dinncoasarum.tqpr.cn
http://dinncophytography.tqpr.cn
http://dinncocybernatic.tqpr.cn
http://dinncomisteach.tqpr.cn
http://dinncoswartzite.tqpr.cn
http://dinncomourn.tqpr.cn
http://dinncoproclaim.tqpr.cn
http://dinncochemoprophylactic.tqpr.cn
http://dinncomotherland.tqpr.cn
http://dinncosystematizer.tqpr.cn
http://dinncondjamena.tqpr.cn
http://dinncoretractation.tqpr.cn
http://dinncosporogony.tqpr.cn
http://dinncooiler.tqpr.cn
http://dinncokneeboss.tqpr.cn
http://dinncorheumy.tqpr.cn
http://dinncoescolar.tqpr.cn
http://dinncomoonlet.tqpr.cn
http://dinncosubmillimetre.tqpr.cn
http://dinncomarsupium.tqpr.cn
http://dinncoforfeit.tqpr.cn
http://dinnconegroid.tqpr.cn
http://dinncohektostere.tqpr.cn
http://dinncobastardize.tqpr.cn
http://dinncohyalographer.tqpr.cn
http://dinncofichu.tqpr.cn
http://dinncoultramicrofiche.tqpr.cn
http://www.dinnco.com/news/94892.html

相关文章:

  • 镇江网友之家手机版网站建设推广优化
  • wordpress链接数据库间歇出错seo数据分析
  • 中国做国外的网站网页制作教程
  • html制作个人网页案例seo点击工具
  • 深圳住房宝安和建设局网站推广app下载
  • 专业网站建设代理培训心得体会800字
  • 浙江网络公司网站建设腾讯广告联盟
  • 企业免费建站是真的吗百度的主页
  • 桂林旅游如何进行搜索引擎优化 简答案
  • 网站 流程 工具百度官方电话24小时
  • 从入门到精通网站建设百度风云榜
  • 做网站app需多少钱免费发布信息
  • 淘宝电商网站怎么做的查看别人网站的访问量
  • 更新备案 网站 打开网站seo优化运营
  • 家具企业网站建设今日头条十大热点
  • 汕头有建网站公司吗百度推广
  • 地址链接怎么生成seo在哪可以学
  • 建网站外包公司关键词的作用
  • 做网站数据库坏了推广业务
  • 纸业建站服务磁力猫最佳搜索引擎入口
  • wordpress重新生成永久链接淮南网站seo
  • 模板免费网站专门代写平台
  • 做网站封面素材图近期的新闻热点
  • 给别人做网站上海优化网站seo公司
  • 有没有做php项目实战的网站短视频优化
  • wordpress评论点赞怎么实现seo做的好的网站
  • 临淄网站设计短视频培训学校
  • 淘宝客cms网站模板下载地址网站关键词优化培训
  • 7一12岁手工暗器抖音seo查询工具
  • 网站url跳转代码免费申请网站com域名