Skip to content
Snippets Groups Projects
  1. Nov 04, 2015
  2. Oct 29, 2015
  3. Oct 14, 2015
  4. Oct 08, 2015
  5. Sep 07, 2015
    • Jacob Vosmaer (GitLab)'s avatar
      783791fd
    • Jacob Vosmaer (GitLab)'s avatar
      Do not let NGINX buffer Git HTTP requests · 8d59b1ac
      Jacob Vosmaer (GitLab) authored
      Before this change NGINX would convert a chunked HTTP POST (e.g.
      git push) into a HTTP 1.0 single large POST. This creates an
      unnecessary delay, and it creates unnecessary memory pressure on
      gitlab-git-http-server.
      
      For the response ('proxy_buffering') I am less sure that NGINX 's
      buffering behavior is harmful, but it still makes more sense to me
      not to interfere with gitlab-git-http-server (and the Golang net/http
      server).
      8d59b1ac
  6. Aug 31, 2015
  7. Jul 28, 2015
  8. Jun 11, 2015
  9. Mar 03, 2015
  10. Feb 20, 2015
  11. Jan 01, 2015
  12. Dec 03, 2014
  13. Nov 09, 2014
  14. Nov 03, 2014
    • Hugo Osvaldo Barrera's avatar
      Don't enable IPv4 *only* on nginx. · e3098b69
      Hugo Osvaldo Barrera authored
      The current configuration sample files only enable IPv4 by default, making the
      server inaccesible for many remote hosts (and an increasing amount every day).
      
      Enable IPv4 and IPv6 by default. Older servers with no external IPv6
      connectivity will not fail since they'll have a local-link IPv6 address to bind
      to anyway.
      e3098b69
  15. Sep 12, 2014
  16. Aug 23, 2014
  17. Aug 04, 2014
  18. Jun 03, 2014
  19. May 13, 2014
  20. Apr 07, 2014
  21. Apr 03, 2014
  22. Mar 24, 2014
  23. Mar 10, 2014
  24. Jan 28, 2014
  25. Jan 27, 2014
  26. Jan 23, 2014
  27. Jan 22, 2014
  28. Dec 30, 2013
  29. Nov 18, 2013
  30. Nov 15, 2013
  31. Jun 12, 2013
  32. Jun 05, 2013
Loading