Skip to content
Snippets Groups Projects
  • Yuriy Taraday's avatar
    658543c9
    Set proxy_timeout to 10m in nginx.conf · 658543c9
    Yuriy Taraday authored
    Fixes #655.
    
    This is a teporary solution for long-polling idle connections to
    apiserver. It will make Nginx not cut them for the duration of expected
    timeout. It will also make Nginx extremely slow in realizing that there
    is some issue with connectivity to apiserver as well, so it might not be
    perfect permanent solution.
    658543c9
    History
    Set proxy_timeout to 10m in nginx.conf
    Yuriy Taraday authored
    Fixes #655.
    
    This is a teporary solution for long-polling idle connections to
    apiserver. It will make Nginx not cut them for the duration of expected
    timeout. It will also make Nginx extremely slow in realizing that there
    is some issue with connectivity to apiserver as well, so it might not be
    perfect permanent solution.