书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 14517 个相关结果.
  • 安装 nginx ingress controller

    安装 nginx ingress controller 最佳安装方案 使用 helm 安装 配置优化 参考资料 安装 nginx ingress controller 最佳安装方案 如何暴露 ingress 访问入口? 最佳方案是使用 LoadBalancer 类型的 Service 来暴露,即创建外部负载均衡器来暴露流量,后续访问 in...
  • Nginx 下配置 Seahub

    Nginx 下配置 Seahub Nginx 环境下部署 Seahub/SeafServer If you are using FastCGI , which is not recommended, you should use the following config for location / . location / { fastcgi...
  • 实战:修改Nginx首页

    实战:修改Nginx首页 6.1 需求 6.2 提示 答案 实战:修改Nginx首页 6.1 需求 启动一个Nginx容器。 将Nginx容器的首页改为Welcome to 51CTO docker class 。 将容器保存下来。 6.2 提示 Nginx默认首页目录在:/usr/share/nginx/html/index....
  • 1.6. 优化 Nginx

    优化 Nginx 事件模型 参考 优化 Nginx Ngnix使用hash表来协助完成请求的快速处理。 考虑到保存键及其值的hash表存储单元的大小不至于超出设定参数(hash bucket size), 在启动和每次重新配置时,Nginx为hash表选择尽可能小的尺寸。 直到hash表超过参数(hash max size)的大小才重新进行选...
  • Nginx + Keepalived 高可用

    Nginx + Keepalived 高可用 说明 搭建 全局配置 邮箱通知配置,keepalived 在发生切换时需要发送 email 到的对象,一行一个 指定发件人 notification_email_from Alexandre.Cassen@firewall.loc 指定smtp服务器地址 smtp_server 192.168.2...
  • Setup NGINX Ingress Controller

    Setup NGINX Ingress Controller Steps Setup NGINX Ingress Controller Rancher Desktop uses K3s under the hood, which in turn uses Traefik as the default ingress controller for yo...
  • 设置 NGINX Ingress Controller

    设置 NGINX Ingress Controller 步骤 设置 NGINX Ingress Controller Rancher Desktop 在后台使用 K3s,而 K3s 又使用 Traefik 作为 Kubernetes 集群的默认 Ingress Controller。但是,某些用例可能需要或更适合使用 NGINX。以下示例步骤展示了如...
  • Troubleshooting nginx-proxy

    Troubleshooting nginx-proxy Check if the Container is Running Check Generated NGINX Configuration nginx-proxy Container Logging Troubleshooting nginx-proxy The nginx-proxy c...
  • Troubleshooting nginx-proxy

    Troubleshooting nginx-proxy Check if the Container is Running Check Generated NGINX Configuration nginx-proxy Container Logging Troubleshooting nginx-proxy The nginx-proxy ...
  • 定制Nginx访问端点

    定制Nginx访问端点 向Nginx添加新服务 定制Nginx访问端点 定制您的Web界面总入口 —— Nginx 向Nginx添加新服务 本文介绍的大部分软件均对外提供Web界面,尽管您可以直接通过IP:Port的方式访问,但我们依然建议收敛访问入口,使用域名并统一从Nginx代理访问。 nginx_upstream : ...