nginx详解

_相关内容

通过Kubernetes CRD采集集群容器日志(标准输出/文件...

为了统一管理阿里云容器服务ACK集群或自建 Kubernetes 集群在多环境、多集群场景下的日志采集配置,避免因手动配置导致的不一致、效率低下及变更不可追溯等问题,可采用Kubernetes 的自定义资源(CRD)方式定义采集配置。...

Nginx网站常见问题排查

本文主要介绍使用阿里云ECS实例搭建Nginx网站时,遇到的一些常见问题的处理方法。详细信息 说明 阿里云提醒您:如果您对实例或数据有修改、变更等风险操作,务必注意实例的容灾、容错能力,确保数据安全。如果您对实例(包括但不限于ECS、...

Manage the NGINX Ingress controller

Container Service for Kubernetes(ACK)provides the NGINX Ingress controller.This topic describes how to install,upgrade,configure,and uninstall the NGINX Ingress controller.Install the NGINX Ingress controller If you do not...

Usage notes of the NGINX Ingress controller

The NGINX Ingress controller is deployed in Container Service for Kubernetes(ACK)clusters and used to control Ingresses.The NGINX Ingress controller provides high performance and allows you to customize the controller ...

Deploy an Nginx service using SAE

Specify the Nginx base image.FROM nginx:1.20.2#Copy the local Nginx configuration file to the specified path in the container environment.COPY conf/nginx.conf/etc/nginx/nginx.conf#Copy the local static resource files to ...

Best practices for the Nginx Ingress Controller

You may need to change the configurations of the Nginx Ingress Controller for different business scenarios.This topic describes best practices to help you configure the Nginx Ingress Controller for optimal performance....

Issues related to http_ssl_module of NGINX and ...

http_ssl_module Cause: The NGINX server is not compiled with the http_ssl_module module. Error 2: nginx:[emerg]unknown directive“ssl”in/usr/local/nginx/conf/nginx.conf Cause:After you modify the configuration file of the...

接入Nginx监控数据

Nginx中的自建状态页可用于监控Nginx,生成监控指标。您可以将Nginx中的监控指标接入到全栈可观测应用中,进行可视化展示。前提条件 已创建全栈可观测实例。具体操作,请参见 创建实例。确保用于安装Logtail的服务器可连接Nginx服务器。...

使用OpenTelemetry对Nginx进行链路追踪

Dockerfile├─main.js├─package.json└─package-lock.json 创建文件夹:mkdir nginx-otel-demo&cd nginx-otel-demo mkdir-p nginx_conf otel_conf backend 三、创建 Nginx 配置 创建 Nginx 主配置文件 nginx.conf。Nginx OTel 模块版本...

Use Zipkin to perform tracing analysis on NGINX

NGINX is a free,open source,and high-performance server that serves as an HTTP server and a reverse proxy. You can perform tracing analysis on NGINX to better monitor the status of your applications.This topic describes ...

使用OpenTelemetry对Nginx进行链路追踪

Dockerfile├─main.js├─package.json└─package-lock.json 创建文件夹:mkdir nginx-otel-demo&cd nginx-otel-demo mkdir-p nginx_conf otel_conf backend 三、创建 Nginx 配置 创建 Nginx 主配置文件 nginx.conf。Nginx OTel 模块版本...

Use Zipkin to perform tracing analysis on NGINX

NGINX is a free,open source,and high-performance server that serves as an HTTP server and a reverse proxy. You can perform tracing analysis on NGINX to better monitor the status of your applications.This topic describes ...

Nginx接入流量防护

当有请求流量时,您可以在AHAS控制台中查看Nginx网关请求的实时QPS和RT等数据。本文介绍如何将Nginx接入流量防护。接入流量防护 登录 AHAS控制台,然后在页面左上角选择地域。在控制台左侧导航栏中选择 流量防护 Ingress/Nginx防护,然后...

Use Jaeger to perform tracing analysis on NGINX

NGINX is a free,open source,and high-performance server that serves as an HTTP server and a reverse proxy. You can perform tracing analysis on NGINX to better monitor the status of your applications.This topic describes ...

Nginx Ingress FAQ

nginx clusterrolebinding.rbac.authorization.k8s.io/ingress-nginx role.rbac.authorization.k8s.io/ingress-nginx rolebinding.rbac.authorization.k8s.io/ingress-nginx service/nginx-ingress-lb deployment.apps/nginx-ingress-...

Use Jaeger to perform tracing analysis on NGINX

NGINX is a free,open source,and high-performance server that serves as an HTTP server and a reverse proxy. You can perform tracing analysis on NGINX to better monitor the status of your applications.This topic describes ...

Install the NGINX Ingress controller

In cloud-edge collaboration scenarios,traffic processing for services under edge units is prioritized within edge node pools.This topic describes how to deploy the NGINX Ingress controller in both edge node pools and cloud...

通过Nginx Ingress实现灰度发布和蓝绿发布

当对服务进行版本更新升级...展开查看YAML文件 apiVersion:apps/v1 kind:Deployment metadata:name:old-nginx spec:replicas:2 selector:matchLabels:run:old-nginx template:metadata:labels:run:old-nginx spec:containers:image:registry....

使用Nginx Ingress

Nginx Ingress是一种用于Kubernetes集群的网络流量管理解决方案,通过Ingress API对象将外部流量路由到集群内部服务。Nginx Ingress Controller部署在集群内部,提供高性能和可定制性。ACK Edge集群 整合社区版本和阿里云产品功能,提供更...

Install an SSL certificate on an Nginx or Tengine ...

make CFLAGS='-Wno-error=deprecated-declarations'.Replace the Nginx executable file.Back up the original Nginx executable file(the path/usr/local/nginx/sbin/nginx is used as an example):#Replace/usr/local/nginx/sbin/nginx ...

Preserve the client IP address by configuring NGINX

you need to configure NGINX to enable the PROXY protocol and set up your application to parse the PROXY protocol header that contains the real IP address of a client.Before you begin NGINX Plus R3 and later or NGINX Open ...

Upgrade ack-ingress-nginx installed on the ...

This topic describes how to upgrade ack-ingress-nginx that is installed on the Marketplace page in the Container Service for Kubernetes(ACK)console.Background information The Ingress API v1beta1 is deprecated in Kubernetes...

Deploy multiple Ingress controllers in a cluster

This topic describes how to deploy ...h1 p If you see this page,the nginx web server is successfully installed and working.Further configuration is required./p p For online documentation and support please refer to a href=...

Nginx Ingress配置词典

您可以通过配置Nginx Ingress的ConfigMap资源或使用Nginx Ingress注释来进行配置。本文列出了Nginx Ingress常用的注释和ConfigMap字段的具体说明与使用方法。索引 资源 配置项 ConfigMap ConfigMap默认配置说明 配置项说明 Annotation 负载...

Use the ExternalDNS service

ExternalDNS configures external DNS ...h1 p If you see this page,the nginx web server is successfully installed and working.Further configuration is required./p p For online documentation and support please refer to a href=...

Update the NGINX Ingress controller

After you upgrade a cluster,you may also need to update the NGINX Ingress controller because some APIs in the new Kubernetes version are deprecated.This update is also recommended to ensure stability and security,and ...

通过Nginx Ingress实现灰度发布和蓝绿发布

当对服务进行版本更新升级...展开查看YAML文件 apiVersion:apps/v1 kind:Deployment metadata:name:old-nginx spec:replicas:2 selector:matchLabels:run:old-nginx template:metadata:labels:run:old-nginx spec:containers:image:registry....

How can I configure an ...NGINX Ingress controller

Overview This topic describes how to configure internal SLB instances for NGINX Ingress controllers in clusters of Alibaba Cloud Container Service for Kubernetes(ACK).Information Background When you create an ACK cluster ...

How do I report the monitoring ...using an NGINX p

This topic describes how to report the monitoring data of hosts that are not provided by Alibaba Cloud to Cloud Monitor by using an NGINX proxy server.Step 1:Deploy an NGINX proxy server We recommend that you use a Linux ...

手动部署LNMP环境

安装Nginx sudo dnf-y install nginx#启动Nginx服务并设置为开机自启 sudo systemctl start nginx sudo systemctl enable nginx 安装MySQL数据库。说明 Alibaba Cloud Linux 3您需要安装 compat-openssl10 与旧版本OpenSSL库兼容。sudo yum...

使用 OpenTelemetry 对 OpenResty 进行链路追踪

nginx:the configuration file/usr/local/openresty/nginx/conf/nginx.conf syntax is ok nginx:configuration file/usr/local/openresty/nginx/conf/nginx.conf test is successful 重载配置。方式1:使用 openresty 命令重载配置 ...
< 1 2 3 4 ... 126 >
共有126页 跳转至: GO
新人特惠 爆款特惠 最新活动 免费试用