书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 14515 个相关结果.
  • 自定义 Nginx 配置

    自定义 Nginx 配置 自定义 Nginx 配置 APISIX 会通过 apisix/cli/ngx_tpl.lua 这个模板和 conf/config-default.yaml 加 conf/config.yaml 的配置生成 Nginx 配置文件。 在执行完 ./bin/apisix start ,你可以在 conf/nginx.conf...
  • Create an Ingress with Basic Authentication (nginx)

    Additional Steps for AWS EKS Kubernetes Clusters References If you install Longhorn on a Kubernetes cluster with kubectl or Helm, you will need to create an Ingress to allow ext...
  • Setting up an NGINX Load Balancer

    Install NGINX Create NGINX Configuration Option - Run NGINX as Docker container NGINX will be configured as Layer 4 load balancer (TCP) that forwards connections to one of your...
  • 自定义 Nginx 配置

    APISIX 会通过 apisix/ngx_tpl.lua 这个模板和 conf/config-default.yaml 加 conf/config.yaml 的配置生成 Nginx 配置文件。 在执行完 ./bin/apisix start ,你可以在 conf/nginx.conf 看到生成的 Nginx 配置文件。 在自定义 Nginx...
  • Ingress nginx for TCP and UDP services

    Ingress nginx for TCP and UDP services Overview Prerequisites Configuring TCP and UDP services with the nginx ingress controller Enable the ingress addon Update the TCP and/or U...
  • 在 KubeSphere 中部署 NGINX

    在 KubeSphere 中部署 NGINX 准备工作 动手实验 步骤 1:从应用商店中部署 NGINX 步骤 2:访问 NGINX 在 KubeSphere 中部署 NGINX NGINX 是一个开源软件应用,用于 Web 服务、反向代理、缓存、负载均衡、流媒体等。 本教程演示如何从 KubeSphere 应用商店部署 NGINX。 ...
  • 自定义 Nginx 配置

    APISIX 会通过 apisix/ngx_tpl.lua 这个模板和 conf/config-default.yaml 加 conf/config.yaml 的配置生成 Nginx 配置文件。 在执行完 ./bin/apisix start ,你可以在 conf/nginx.conf 看到生成的 Nginx 配置文件。 在自定义 Nginx...
  • 与Nginx配合使用(推荐)

    与Nginx配合使用(推荐) 与Nginx配合使用(推荐) 示例 。 gzip on ; gzip_min_length 1024 ; gzip_comp_level 2 ; gzip_types text / plain text / css text / javascript application / json applic...
  • 为Minio设置Nginx代理

    为Minio Server设置Nginx代理 1. 前提条件 2. 安装 3. 配置 标准的Root配置 非Root配置 使用Rewrite的非Root配置 4. 步骤 第一步: 启动Minio Server。 第二步: 重启Nginx server。 了解更多 为Minio Server设置Nginx代理 Nginx是一个开源的...
  • 自定义nginx镜像

    744 2019-10-04 《DomeOS 使用手册》
    自定义nginx镜像 源码变动说明 自定义nginx镜像 DomeOS提供的默认nginx镜像中的Ingress controllers是基于官方Ingress controllers的nginx-0.9.0-beta.4分支修改而来。如果用户想定制自己的nginx镜像,需要在DomeOS的Ingress controllers相关代码的基础上进行...