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 15, 2015
  9. Jun 11, 2015
  10. Mar 03, 2015
  11. Feb 20, 2015
  12. Jan 01, 2015
  13. Dec 03, 2014
  14. Nov 25, 2014
  15. Nov 09, 2014
  16. 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
  17. Oct 16, 2014
  18. Oct 10, 2014
  19. Sep 12, 2014
  20. Sep 08, 2014
  21. Sep 07, 2014
  22. Sep 01, 2014
  23. Aug 23, 2014
  24. Aug 22, 2014
  25. Aug 04, 2014
  26. Jun 05, 2014
Loading