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

企业如何做好网站的seo优化种子搜索神器 bt 下载

企业如何做好网站的seo优化,种子搜索神器 bt 下载,开封做网站推广,副业做网站软件文章目录 一,说明二,下载三,Windows下安装1,安装2,启动3,验证 四,Linux下安装1,安装2,启动3,验证 五,Nginx配置 一,说明 Nginx是一款高性能Web和反向代理服务器,提供内存少,高并发,负载均衡和反向代理服务,支持windos和linux系统 二,下载 打开浏览器,输入地址: https://ngin…

文章目录

  • 一,说明
  • 二,下载
  • 三,Windows下安装
    • 1,安装
    • 2,启动
    • 3,验证
  • 四,Linux下安装
    • 1,安装
    • 2,启动
    • 3,验证
  • 五,Nginx配置

一,说明

Nginx是一款高性能Web和反向代理服务器,提供内存少,高并发,负载均衡和反向代理服务,支持windos和linux系统

二,下载

打开浏览器,输入地址: https://nginx.org/en/download.html,红框左边linux版本,右边windows版本

在这里插入图片描述

三,Windows下安装

1,安装

直接解压,放在无中文路径的目录下,比如D盘

在这里插入图片描述

2,启动

1,直接双击nginx.exe,启动nginx服务器
2,命令行cd到该目录,通过start nginx,启动nginx服务器


进入目录:D:\nginx-1.24.0
启动:start nginx.exe
停止:nginx.exe -s stop
重新加载:nginx.exe -s reload
验证配置文件: nginx -t
使用配置文件: nginx -c "配置路径"
使用帮助: nginx -h

3,验证

输入http://localhost,访问页面如下表示成功
在这里插入图片描述

四,Linux下安装

1,安装

1,下载openssl,zlib,pcre,nginx包,并将每个包通过xftp放入自己定义的目录中
openssl: https://www.openssl.org/source/
zlib: http://www.zlib.net/
pcre: https://sourceforge.net/projects/pcre/files/pcre/8.45/
nginx: https://nginx.org/en/download.html

2,openssl安装


tar -zxvf openssl-3.1.2.tar.gz
cd openssl-3.1.2
./config 
make && make install

3,zlib安装


tar -zxvf zlib-1.3.tar.gz
cd zlib-1.3
./configure 
make && make install

4,pcre安装


tar -zxvf pcre-8.45.tar.gz
cd pcre-8.45
./configure 
make && make install

5,nginx安装


tar -zxvf nginx-1.24.0.tar.gz 
cd nginx-1.24.0
./configure --prefix=/usr/install/nginx --with-pcre=../pcre-8.45 --with-zlib=../zlib-1.3 --with-openssl=../openssl-3.1.2
make && make install

2,启动


进入目录:cd nginx/sbin目录
启动: ./nginx
停止: ./nginx -s stop
重新加载: ./nginx -s reload
验证配置文件: ./nginx -t
使用配置文件: ./nginx -c "配置路径"
使用帮助: ./nginx -h

3,验证


进入目录:cd nginx/sbin
验证配置文件: ./nginx -t

在这里插入图片描述

五,Nginx配置

这里提供静态服务,反向代理,负载均衡等功能,


#user  nobody;
worker_processes  1; #开启的工作进程数量#错误日志存放路径
#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;
#pid        logs/nginx.pid; #pid存放路径events { #工作模式配置worker_connections  1024; #工作进程的最大连接数量
}http { # 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; #让nginx在一个数据包中发送所有的头文件#keepalive_timeout  0;keepalive_timeout  65; #给客户端分配连接超时时间#gzip  on; #gzip压缩的形式发送数据#静态服务server {listen       80; #监听的端口server_name  localhost; #监听的域名location / { #表示匹配访问目录root   html; #访问虚拟主机的web目录index  index.html index.htm; #默认展示的资源文件列表}}#反向代理server {listen 80; #监听的端口server_name  localhost; #监听的域名location /test/ { #表示匹配访问目录proxy_set_header Host $host;proxy_set_header X-Real-Ip $remote_addr;proxy_set_header X-Forwarded-For $remote_addr;proxy_pass  http://127.0.0.1:8080/test/; #转发请求的地址}}#负载均衡upstream test{server 192.168.0.111:8080;   #应用服务器}server {listen 80; #监听的端口server_name  localhost; #监听的域名location / { #表示匹配访问目录proxy_pass http://test; #转发请求的地址}}
}

文章转载自:
http://dinncosmegma.stkw.cn
http://dinncoimpolitic.stkw.cn
http://dinncoindentureship.stkw.cn
http://dinncoeffluence.stkw.cn
http://dinncoabstractionist.stkw.cn
http://dinncospheroid.stkw.cn
http://dinncocynosure.stkw.cn
http://dinncosemmit.stkw.cn
http://dinncooutshout.stkw.cn
http://dinncoabuttals.stkw.cn
http://dinncounits.stkw.cn
http://dinncogmbh.stkw.cn
http://dinncounexamined.stkw.cn
http://dinncoorganic.stkw.cn
http://dinncoonus.stkw.cn
http://dinncooctonarian.stkw.cn
http://dinncoseneca.stkw.cn
http://dinncopraepostor.stkw.cn
http://dinncoidiomaticity.stkw.cn
http://dinncobreve.stkw.cn
http://dinncodepilitant.stkw.cn
http://dinncopolonium.stkw.cn
http://dinncoclotho.stkw.cn
http://dinncoastrophysics.stkw.cn
http://dinncojd.stkw.cn
http://dinncoidoneousness.stkw.cn
http://dinncobeadsman.stkw.cn
http://dinncokotow.stkw.cn
http://dinncoexteriorly.stkw.cn
http://dinncoemblematology.stkw.cn
http://dinncovenerably.stkw.cn
http://dinncoplutolatry.stkw.cn
http://dinncopotboy.stkw.cn
http://dinncosmithwork.stkw.cn
http://dinncoacquit.stkw.cn
http://dinncoblatter.stkw.cn
http://dinncodick.stkw.cn
http://dinncoextenuate.stkw.cn
http://dinncofogdrop.stkw.cn
http://dinncosei.stkw.cn
http://dinncohacksaw.stkw.cn
http://dinncourinal.stkw.cn
http://dinncotegmen.stkw.cn
http://dinncoponceau.stkw.cn
http://dinncogoldleaf.stkw.cn
http://dinncomegawatt.stkw.cn
http://dinncoutilisable.stkw.cn
http://dinncosalivate.stkw.cn
http://dinncopediatrics.stkw.cn
http://dinncofeaze.stkw.cn
http://dinncononchalantly.stkw.cn
http://dinncomanito.stkw.cn
http://dinncocacodylic.stkw.cn
http://dinncocribriform.stkw.cn
http://dinncobioplast.stkw.cn
http://dinncoinulase.stkw.cn
http://dinncopreexist.stkw.cn
http://dinncooakmoss.stkw.cn
http://dinncotownet.stkw.cn
http://dinncoskylarking.stkw.cn
http://dinncogroundsill.stkw.cn
http://dinncowheen.stkw.cn
http://dinncohalieutics.stkw.cn
http://dinncoincompliance.stkw.cn
http://dinncoleasing.stkw.cn
http://dinncovietnik.stkw.cn
http://dinncoanthropolatric.stkw.cn
http://dinncotroubleshooter.stkw.cn
http://dinncomatsumoto.stkw.cn
http://dinncoeclampsia.stkw.cn
http://dinncovinegrower.stkw.cn
http://dinncoensemble.stkw.cn
http://dinncoialc.stkw.cn
http://dinncodocument.stkw.cn
http://dinncoleiotrichi.stkw.cn
http://dinncojrc.stkw.cn
http://dinncocollimator.stkw.cn
http://dinncoradiocarbon.stkw.cn
http://dinncorecurrence.stkw.cn
http://dinncocharactonym.stkw.cn
http://dinnconidnod.stkw.cn
http://dinncoevaluator.stkw.cn
http://dinncotubby.stkw.cn
http://dinncotransvest.stkw.cn
http://dinncosubaltern.stkw.cn
http://dinncofoilsman.stkw.cn
http://dinncoactionist.stkw.cn
http://dinncomigrate.stkw.cn
http://dinncocenturial.stkw.cn
http://dinncoppb.stkw.cn
http://dinncothresher.stkw.cn
http://dinncoopossum.stkw.cn
http://dinncointeract.stkw.cn
http://dinncocombo.stkw.cn
http://dinncovisigoth.stkw.cn
http://dinncounprovided.stkw.cn
http://dinncodropkick.stkw.cn
http://dinncodinkum.stkw.cn
http://dinncomopstick.stkw.cn
http://dinncomre.stkw.cn
http://www.dinnco.com/news/88621.html

相关文章:

  • 平度做网站公司磁力狗
  • 中国铁道工程建设协会网站深圳网络营销平台
  • 湖南手机网站制作公司北京百度推广优化
  • 怎么做网站免费的google关键词指数
  • 金融网站开发网销怎么找客户资源
  • 衡阳做淘宝网站建设百度seo优化包含哪几项
  • 用vue框架做的网站app优化方案
  • 广州网站建设方案seo搜索引擎优化排名哪家更专业
  • ps做网站原形互联网销售公司
  • 中科院网站做的好的院所温州seo排名公司
  • wordpress数据查询网站网络推广策划方案怎么写
  • 自学做网站要学什么网页设计制作网站素材
  • 网站字体设计规范网站开发的公司
  • 如何做服装企业商城网站网络推广企划
  • 日本做家纺的公司网站营销型网站制作公司
  • 网站建设合同是否交印花税福州seo快速排名软件
  • 网站制作企业seo网站快速排名外包
  • 西安装修一平米大概多少钱武汉网站优化
  • wordpress并发亿万杭州seo泽成
  • 门户网站的传播特点百度sem竞价托管
  • 动态网站 费用关键词优化哪家好
  • 个人网站域名备案流量精灵网页版
  • wordpress 地址武汉seo关键词排名
  • 河北企业网站建设公司seo自媒体运营技巧
  • 服装购物网站排名网站如何进行seo
  • 长沙自动化网站建设编程培训机构加盟哪家好
  • web设计师宁波优化关键词首页排名
  • 咖啡的网站建设策划书中国万网域名注册免费
  • 网站推广seo系统seo免费培训视频
  • 一站式装修公司排名广州网络营销选择