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

高中教做网站的软件青山seo排名公司

高中教做网站的软件,青山seo排名公司,网页制作电子教程,中山精品网站建设新闻安装Nginx 以 Ubuntu 为例,安装命令为 sudo apt install nginx常用指令 # 检查配置文件是否有问题 nginx -t# 热加载配置文件 nginx -s reload# 等待处理完当前请求并退出 nginx -s quit# 快速退出 nginx -s stop目录结构 nginx 默认安装位置一般在 /etc/nginx …

安装Nginx

以 Ubuntu 为例,安装命令为

sudo apt install nginx

常用指令

# 检查配置文件是否有问题
nginx -t# 热加载配置文件
nginx -s reload# 等待处理完当前请求并退出
nginx -s quit# 快速退出
nginx -s stop

目录结构

nginx 默认安装位置一般在 /etc/nginx 目录,默认配置文件为 nginx.conf

drwxr-xr-x 2 root root 4.0K May 30  2023 conf.d
-rw-r--r-- 1 root root 1.1K May 30  2023 fastcgi.conf
-rw-r--r-- 1 root root 1.1K May 30  2023 fastcgi_params
-rw-r--r-- 1 root root 2.8K May 30  2023 koi-utf
-rw-r--r-- 1 root root 2.2K May 30  2023 koi-win
-rw-r--r-- 1 root root 3.9K May 30  2023 mime.types
drwxr-xr-x 2 root root 4.0K May 30  2023 modules-available
drwxr-xr-x 2 root root 4.0K May  1 19:21 modules-enabled
-rw-r--r-- 1 root root 1.5K May 30  2023 nginx.conf
-rw-r--r-- 1 root root  180 May 30  2023 proxy_params
-rw-r--r-- 1 root root  636 May 30  2023 scgi_params
drwxr-xr-x 2 root root 4.0K May  1 19:46 sites-available
drwxr-xr-x 2 root root 4.0K May  1 19:21 sites-enabled
drwxr-xr-x 2 root root 4.0K May  1 19:21 snippets
-rw-r--r-- 1 root root  664 May 30  2023 uwsgi_params
-rw-r--r-- 1 root root 3.0K May 30  2023 win-utf

通常建议将全局配置拆分并放在conf.d目录下,并通过include指令引用,比如默认配置文件中

 include /etc/nginx/conf.d/*.conf;

将每个虚拟站点配置放在sites-available下,并将使用的站点链接到sites-enabled文件夹,默认的配置文件中

include /etc/nginx/sites-enabled/*;

例如配置文件结构为

nginx
├── nginx.conf
├── conf.d/
├── sites-available/
│   ├── site1
│   └── site2
└── sites-enabled/└── site1 -> ../sites-available/site1

配置文件

nginx 配置文件由指令控制的模块组成,指令分为简单指令(simple directives)和块指令(block directives)。

简单指令由名字、参数和分号组成,例如

listen 80;

块指令则将分号替换为花括号{},例如

events {
}

可以包含其他指令的块指令称为上下文(context), 例如 eventshttpserverlocation

配置文件中不包含在其他上下文中的指令则属于主上下文(main context),eventshttp指令位于main context, server 位于http 中, location 位于 server 中。#开头的为注释。

例如默认配置文件nginx.conf

user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;events {worker_connections 768;# multi_accept on;
}http {### Basic Settings##sendfile on;tcp_nopush on;types_hash_max_size 2048;# server_tokens off;# server_names_hash_bucket_size 64;# server_name_in_redirect off;include /etc/nginx/mime.types;default_type application/octet-stream;### SSL Settings##ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLEssl_prefer_server_ciphers on;### Logging Settings##access_log /var/log/nginx/access.log;error_log /var/log/nginx/error.log;### Gzip Settings##gzip on;# gzip_vary on;# gzip_proxied any;# gzip_comp_level 6;# gzip_buffers 16 8k;# gzip_http_version 1.1;# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;### Virtual Host Configs##include /etc/nginx/conf.d/*.conf;include /etc/nginx/sites-enabled/*;
}#mail {
#       # See sample authentication script at:
#       # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
#
#       # auth_http localhost/auth.php;
#       # pop3_capabilities "TOP" "USER";
#       # imap_capabilities "IMAP4rev1" "UIDPLUS";
#
#       server {
#               listen     localhost:110;
#               protocol   pop3;
#               proxy      on;
#       }
#
#       server {
#               listen     localhost:143;
#               protocol   imap;
#               proxy      on;
#       }
#}
http://www.hrbkazy.com/news/23237.html

相关文章:

  • 企业建设网站的资金策划百度资源平台
  • 怎样设置自己的网站深圳seo专家
  • 有什么网站可以做家教新闻头条最新消息
  • 定制网站开发公司生物医药推特最新消息今天
  • 网站改域名备案吗品牌推广活动策划案例
  • 做网站一天赚多少钱搜索引擎推广步骤
  • 手机网站制作织梦网站模板治疗腰椎间盘突出的特效药
  • 西昌直销网站开发刷赞抖音推广网站
  • 自己做网站卖东西犯法吗电子商务营销方法
  • 网站管理员怎么做板块建设重庆可靠的关键词优化研发
  • 南阳淅川县制作网站的公司百度推广开户公司
  • 自己建网站教程运营主要做什么工作
  • 最好用的网站电商运营培训课程
  • 广西网红排名百度seo公司哪家好一点
  • ecshop 手机网站电商
  • 关于集团网站建设的修改请示百家号关键词排名
  • wordpress 付费文章seo查询爱站
  • 海外sns网站情感营销经典案例
  • 网站建设公司是什么泰安百度推广公司
  • 麻栗坡做网站百度竞价点击价格
  • 织梦cms电影网站源码seo网站关键词优化方法
  • 阿克苏网站建设百度一下搜索引擎
  • 玉环做网站有哪些苏州seo整站优化
  • 什么网站做简历免费下载seo计费系统登录
  • 中国网站备案查询系统安徽网站开发哪家好
  • 学做面包网站推销
  • 乌兰察布做网站公司新手销售怎么和客户交流
  • 科技网站建设 长沙品牌宣传推广文案
  • 网站页面设计公司推荐兰州正规seo整站优化
  • 个人做理财网站网络推广有哪些方法