Skip to content
Snippets Groups Projects
  1. Mar 15, 2024
  2. Mar 11, 2024
  3. Mar 07, 2024
  4. Mar 06, 2024
  5. Feb 29, 2024
    • RexTim's avatar
      Enable proxy buffering in nginx (#2844) · 0c55e800
      RexTim authored
      Enable proxy buffering
      
      Setting the proxy_buffering directive to “off” is a common mistake because it can cause performance issues and unexpected behavior in NGINX. When proxy buffering is disabled, NGINX receives a response from the proxied server and immediately sends it to the client without storing it in a buffer. This can cause problems if the response is large or if the connection between NGINX and the client is slow, because it can result in increased memory usage and potentially lead to request timeouts.
      
      To avoid this mistake, it is recommended to always enable proxy buffering in NGINX.
      Unverified
      0c55e800
  6. Feb 28, 2024
  7. Feb 27, 2024
  8. Feb 26, 2024
  9. Feb 16, 2024
  10. Feb 15, 2024
  11. Feb 14, 2024
  12. Feb 09, 2024
  13. Feb 08, 2024
  14. Feb 06, 2024
  15. Jan 31, 2024
  16. Jan 26, 2024
  17. Jan 18, 2024
  18. Jan 17, 2024
  19. Jan 16, 2024
  20. Jan 12, 2024
Loading