nginx 設定超時

2022-10-11 18:57:11 字數 453 閱讀 2076

server模組下

proxy_connect_timeout 360000s;#nginx跟後端伺服器連線超時時間(**連線超時)

proxy_send_timeout 360000s;#後端伺服器資料回傳時間(**傳送超時)

proxy_read_timeout 360000s;#連線成功後,後端伺服器響應時間(**接收超時)

fastcgi_connect_timeout 360000s;#指定nginx與後端fastcgi server連線超時時間

fastcgi_send_timeout 360000s;#指定nginx向後端傳送請求超時時間(指已完成兩次握手後向fastcgi傳送請求超時時間)

fastcgi_read_timeout 360000s;#指定nginx向後端傳送響應超時時間(指已完成兩次握手後向fastcgi傳送響應超時時間)

nginx超時設定

nginx常用的超時配置說明 client header timeout 語法 client header timeout time 預設值 60s 上下文 http server 說明 指定等待client傳送乙個請求頭的超時時間 例如 get http 1.1 僅當在一次read中,沒有收到請求...

nginx超時設定

client header timeout 語法 client header timeout time 預設值 60s 上下文 http server 說明 指定等待client傳送乙個請求頭的超時時間 例如 get http 1.1 僅當在一次read中,沒有收到請求頭,才會算成超時。如果在超時時...

nginx超時設定

nginx常用的超時配置說明 client header timeout 語法 client header timeout time 預設值 60s 上下文 http server 說明 指定等待client傳送乙個請求頭的超時時間 例如 get http 1.1 僅當在一次read中,沒有收到請求...