书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 14723 个相关结果.
  • Nginx作为反向代理

    1. 反向代理简介 1.1. 代理模块指令 1.2. upstream模块 1.2.1. 负载均衡算法 1.2.1.1. 轮询 1.2.1.2. IP 哈希 1.2.1.3. 最少连接数 2. Upstream服务器类型 2.1. 单个upstream服务器 2.2. 多个upstream服务器 3. 负载均衡特别说明 1. 反向...
  • Nginx + Keepalived 高可用

    1158 2019-03-05 《征服 Linux》
    Nginx + Keepalived 高可用 说明 搭建 全局配置 邮箱通知配置,keepalived 在发生切换时需要发送 email 到的对象,一行一个 指定发件人 notification_email_from Alexandre.Cassen@firewall.loc 指定smtp服务器地址 smtp_server 192.168.2...
  • nginx metric性能监控

    监控内容 快速开始 1. 确认 nginx stub status module 被打开 2. 配置 nginx,确保 stub status 能被访问到 3. 在七牛应用市场打开 Grafana 应用,然后按照下图所示的配置: 4. 导入 Grafana dashboard 配置文件 运维监控 — nginx metric 的监控搭建 ng...
  • 9. Nginx Configuration

    Nginx Configuration Nginx Configuration The support of swoole_http_server for Http is not complete. So, you should configure your swoole server with nginx proxy in your product...
  • 1.3. Nginx安装

    Nginx安装 下面正式开始 Nginx安装 nginx可以使用各平台的默认包来安装,本文是介绍使用源码编译安装,包括具体的编译参数信息。 正式开始前,编译环境gcc g++ 开发库之类的需要提前装好,这里默认你已经装好。 ububtu平台编译环境可以使用以下指令 apt - get install build - essential ...
  • 自定义 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 Create an Ingress with Basic Authentication (nginx) If you install Longhorn on a Kubernetes cluster with kubectl or ...
  • 在 KubeSphere 中部署 NGINX

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

    Additional Steps for AWS EKS Kubernetes Clusters References Create an Ingress with Basic Authentication (nginx) If you install Longhorn on a Kubernetes cluster with kubectl or ...
  • Ingress with Kubernetes Nginx Ingress Controller

    Prerequisites Demo HTTP Ingress HTTPS Ingress (mTLS and TLS) This guide will demonstrate how to configure HTTP and HTTPS ingress to a service part of an OSM managed service me...