nginx系列1:认识nginx
程序员文章站
2022-04-14 17:03:46
nginx介绍nginx是什么呢?可以看下官方网站的定义:nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally... ......
nginx介绍
nginx是什么呢?可以看下官方网站的定义:
nginx [engine x] is an http and reverse proxy server, a mail proxy server, and a generic tcp/udp proxy server, originally written by igor sysoev.
总结起来,nginx是一个http(可以理解为web服务器)和反向代理服务器,也可以作为邮件和一般的tcp/udp代理服务器,是由俄罗斯人igor sysoev开发的。
四个主要组成部分
五个主要优点
nginx的应用场景
总结起来,有三大应用场景,其中第二个作为反向代理服务器最常用。
- web服务器(静态资源)。
- 反向代理服务器。
- api服务(通过openresty)。
推荐阅读
-
nginx安装(1) ttlsa教程系列之nginx
-
PHP程序员玩转Linux系列 nginx初学者引导
-
PHP程序员玩转Linux系列 Nginx中的HTTPS详解
-
SLAM+语音机器人DIY系列:(八)高阶拓展——2.centos7下部署Django(nginx+uwsgi+django+python3)
-
处理nginx访问日志,筛选时间大于1秒的请求
-
nginx系列 3 nginx.conf介绍(1)
-
nginx系列 2 概述
-
nginx系列10:通过upstream模块选择上游服务器和负载均衡策略round-robin
-
nginx系列8:反向代理和负载均衡原理
-
【Linux系列】Centos 7安装 Nginx(三)