0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

FireFox Timeout 設定(忘備録)

Posted at

Nginxから499エラーが表示された場合の対応

  • 前回の記事でALBNginxのタイムアウトを設定しても、3分後、499のエラーと一緒に落ちてた

499 エラーとは?

  • サーバ側の処理の途中、クライアント側から連結を切った場合、Nginxから499エラーを表示する

対策

  • ブラウザー(Chrome)の開発者モード(F12)で確認し、Err Connection close(?)というメッセージを確認した
  • 調べた結果Chromeからは設定できないらしい

Firefox: You can set the value of network.http.connection-timeout in about:config

  1. Firefoxブラウザーの検索のところに、about:configを入力
  2. network.http.connection-timeoutを検索する
  3. 上記の設定をALBNginxで設定した値と合わせる

解決完了

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?