Salmon的全栈知识 Salmon的全栈知识
首页
  • JavaSE
  • JavaWeb
  • Spring生态
  • JUC
  • JVM
  • Netty
  • Java各版本特性
  • 23种设计模式
  • Maven
  • Java常用框架
  • Dubbo
  • OpenFeign
  • Nacos
  • Zookeeper
  • Sentinel
  • Seata
  • Gateway
  • Go基础
  • Gin
  • SQL数据库

    • MySQL
    • Oracle
  • NoSQL数据库

    • Redis
    • MongoDB
    • ElasticSearch
  • 消息中间件

    • RabbitMQ
    • RocketMQ
    • Kafka
    • ActiveMQ
    • MQTT
    • NATS
  • 网关中间件

    • Nginx
  • Linux
  • Docker
  • Git
  • K8s
  • Solidity
  • Java
  • 计算机网络
  • 操作系统
GitHub (opens new window)
首页
  • JavaSE
  • JavaWeb
  • Spring生态
  • JUC
  • JVM
  • Netty
  • Java各版本特性
  • 23种设计模式
  • Maven
  • Java常用框架
  • Dubbo
  • OpenFeign
  • Nacos
  • Zookeeper
  • Sentinel
  • Seata
  • Gateway
  • Go基础
  • Gin
  • SQL数据库

    • MySQL
    • Oracle
  • NoSQL数据库

    • Redis
    • MongoDB
    • ElasticSearch
  • 消息中间件

    • RabbitMQ
    • RocketMQ
    • Kafka
    • ActiveMQ
    • MQTT
    • NATS
  • 网关中间件

    • Nginx
  • Linux
  • Docker
  • Git
  • K8s
  • Solidity
  • Java
  • 计算机网络
  • 操作系统
GitHub (opens new window)
npm

(进入注册为作者充电)

《Nginx》笔记
Nginx (engine x)是一个开源、高性能的 HTTP 和反向代理 Web 服务器,同时也提供了 IMAP/POP3/SMTP 服务。笔记来源:Nginx教程
目录
1. Nginx - 简介
2. Nginx - 环境准备
3. Nginx - 指令
4. Nginx - 核心配置文件
5. Nginx - 配置实例
6. Nginx - 静态资源部署
7. Nginx - 静态资源访问
8. Nginx - 反向代理
9. Nginx - 负载均衡
10. Nginx - 缓存集成
11. Nginx - 实现服务器端集群搭建
12. Nginx - 下载站点与用户认证模块
13. Nginx - 扩展模块

其它资料

  • Nginx 官网: http://nginx.org (opens new window)
  • Nginx 所有版本下载地址:http://nginx.org/download/ (opens new window)
  • Nginx 模块文档:https://nginx.org/en/docs/ (opens new window)
  • Nginx 反向代理指令文档:https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html (opens new window)
  • Nginx SSL 指令文档:http://nginx.org/en/docs/http/ngx_http_ssl_module.html (opens new window)
  • Nginx 缓存集成指令文档:https://nginx.org/en/docs/http/ngx_http_proxy_module.html (opens new window)
  • keepalived 官网:https://keepalived.org/ (opens new window)
  • Lua 官网:https://www.lua.org (opens new window)
  • ngx_lua 官方文档:https://github.com/openresty/lua-nginx-module#readme (opens new window)
  • ngx_lua 中文文档:https://www.kancloud.cn/qq13867685/openresty-api-cn/159175 (opens new window)
  • OpenResty 官网:http://openresty.org/ (opens new window)
  • OpenResty 版本下载地址:http://openresty.org/cn/download.html (opens new window)
上次更新: 2024/09/26, 12:02:31
Theme by Vdoing | Copyright © 2022-2025 Salmon's Blog
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式