Skip to content
Snippets Groups Projects
  1. Apr 16, 2024
  2. Apr 11, 2024
  3. Apr 10, 2024
  4. Apr 04, 2024
  5. Mar 26, 2024
  6. Mar 21, 2024
  7. Mar 20, 2024
  8. Mar 18, 2024
  9. Mar 15, 2024
  10. Mar 11, 2024
  11. Mar 07, 2024
  12. Mar 06, 2024
  13. 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.
      0c55e800
  14. Feb 28, 2024
  15. Feb 27, 2024
  16. Feb 26, 2024
  17. Feb 16, 2024
  18. Feb 15, 2024
  19. Feb 14, 2024
  20. Feb 09, 2024
  21. Feb 08, 2024
  22. Feb 06, 2024
Loading