nginx 超时的最大值是多少
what can be maximum value for timeout for nginix
我试图增加 Nginx 入口的超时时间。
nginx.ingress.kubernetes.io/proxy-connect-timeout: "180"
nginx.ingress.kubernetes.io/proxy-read-timeout: "180"
nginx.ingress.kubernetes.io/proxy-send-timeout: "180"
我很好奇这些超时的最大值是多少。
proxy-connect-timeout
、proxy-read-timeout
和 proxy-send-timeout
。
我试图找到它,但找不到。
来自文档 here
proxy_connect_timeout
Defines a timeout for establishing a connection with a proxied server.
It should be noted that this timeout cannot usually exceed 75 seconds
我试图增加 Nginx 入口的超时时间。
nginx.ingress.kubernetes.io/proxy-connect-timeout: "180"
nginx.ingress.kubernetes.io/proxy-read-timeout: "180"
nginx.ingress.kubernetes.io/proxy-send-timeout: "180"
我很好奇这些超时的最大值是多少。
proxy-connect-timeout
、proxy-read-timeout
和 proxy-send-timeout
。
我试图找到它,但找不到。
来自文档 here
proxy_connect_timeout
Defines a timeout for establishing a connection with a proxied server. It should be noted that this timeout cannot usually exceed 75 seconds