> 作者“ngi”的文章 - 第80页
  • nginx的优缺点

    nginx的优缺点

    介绍 NGINX是一个高性能的Web服务器,它可以快速地响应多个客户端请求。它的高速响应时间和高可用性使得它成为开发人员、网络管理员和系统管理员的首选。在...

    03-09 762 530 文章列表
  • nginx压缩

    nginx压缩

    nginx压缩介绍 nginx是一个高性能的Web服务器和反向代理,它可以通过gzip或brotli模块实现网页压缩。这篇文章将介绍nginx压缩的工作原理、如何配置和优化。 ...

    03-09 608 366 文章列表
  • nginx 504 timeout

    nginx 504 timeout

    什么是Nginx 504 Timeout? Nginx是一款著名的Web服务器,用于架设高性能的静态和动态网站。Nginx 504 Timeout通常在负载高、网络连接问题或后端服务器没有...

    03-09 262 758 文章列表
  • nginx拦截

    nginx拦截

    Introduction nginx is a popular web server that is often used to serve static content, reverse proxy, and load balance web applications. One of th...

    03-09 672 440 文章列表
  • nginx和apache和iis

    nginx和apache和iis

    背景介绍 在互联网应用领域,Web服务器是不可缺少的一环。它是支撑Web应用运行的基础设施,负责监听HTTP请求、处理请求、返回响应数据等。常见的Web服务器有...

    03-09 53 376 文章列表
  • nginx add_header

    nginx add_header

    什么是nginx add_header? 在使用 NGINX 来为您的 Web 应用程序或站点提供服务时,您可能需要检查或更改您的 HTTP 响应头。针对这个目的,NGINX 具有一组有...

    03-09 796 920 文章列表
  • nginx 405 post

    nginx 405 post

    Introduction Nginx is a popular web server that supports HTTP and several other protocols. It is widely used for its high performance and low reso...

    03-09 801 322 文章列表
  • nginx跨域cors

    nginx跨域cors

    什么是跨域cors? CORS(跨域资源共享)是一种机制,它使用额外的 HTTP 头来告诉浏览器让运行在一个 origin (domain) 上的Web应用被准许访问来自不同源(dom...

    03-09 851 847 文章列表
  • nginx/1.2.9

    nginx/1.2.9

    什么是nginx/1.2.9? nginx/1.2.9是一款轻量级的Web服务器,也是一个反向代理服务器和负载均衡器。它由俄罗斯开发人员Igor Sysoev开发,第一次发布于2004年。...

    03-09 348 886 文章列表
  • nginx子请求

    nginx子请求

    什么是Nginx子请求 Nginx是一个高性能的Web服务器和反向代理服务器。在Nginx中,子请求(Subrequest)是在处理请求过程中对另一个请求的引用。这种方式可...

    03-09 529 525 文章列表