> 作者“ngi”的文章 - 第63页
  • nginx tcp keepalive

    nginx tcp keepalive

    什么是Nginx TCP keepalive? Nginx是一种高性能的Web服务器和反向代理服务器。TCP keepalive是一种机制,用于检测TCP连接是否仍然处于活动状态并保持连接的...

    03-10 47 209 文章列表
  • nginx user www-data

    nginx user www-data

    什么是nginx user www-data? 在了解nginx user www-data之前,我们需要先了解nginx和Linux的用户管理。nginx是一款轻量级的web服务器,经常用于代理、负载均...

    03-10 634 491 文章列表
  • nginx try files

    nginx try files

    什么是nginx try files nginx try files是一个nginx配置指令,它会在指定的路径下按顺序搜索文件,找到第一个存在的文件并返回。 如何使用nginx try files ...

    03-10 209 663 文章列表
  • nginx 服务发现

    nginx 服务发现

    什么是nginx服务发现 在一个分布式的架构中,需要实现节点间的服务发现,从而使得不同节点间的进程能够互相协作。nginx服务发现就是一种常用的节点发现机制...

    03-10 679 100 文章列表
  • nginx sendfile on

    nginx sendfile on

    什么是"nginx sendfile on"? 在学习 Nginx 的过程中,常常可以看到 "nginx sendfile on" 的相关信息。那么,这个 "nginx sendfile on" 到底是什么呢? 简单...

    03-10 277 596 文章列表
  • nginx configmap

    nginx configmap

    介绍 在 Kubernetes 中,ConfigMap 是一种资源对象,用于存储非机密的配置数据。这些数据可以是应用程序的配置参数、环境变量、文件等。而nginx configmap ...

    03-10 302 888 文章列表
  • nginx ip_hash

    nginx ip_hash

    什么是nginx ip_hash? 在介绍nginx ip_hash前,需要先关注一下负载均衡技术,它可以将网站的访问流量分散到多个服务器上,提高访问速度和可用性。而nginx作...

    03-10 934 371 文章列表
  • nginx is forbidden

    nginx is forbidden

    什么是'.nginx is forbidden.'? '.nginx is forbidden.'是一种错误信息,通常出现在在使用Nginx作为Web服务器时出现问题的情况下。在这种情况下,Nginx表示...

    03-10 408 697 文章列表
  • nginx location 多个

    nginx location 多个

    什么是 Nginx Location 模块? 在使用 Nginx 时,Location 模块可以让开发者根据不同的 URL 路径来设置不同的配置选项,如 proxy_pass、try_files 等。而使...

    03-10 181 102 文章列表
  • nginx proxy timeout

    nginx proxy timeout

    什么是Nginx Proxy Timeout? Nginx Proxy Timeout是Nginx Web Server配置的一部分。它决定了当代理服务器向后端服务器请求数据时,能够等待多长时间以超时...

    03-10 204 74 文章列表