summaryrefslogtreecommitdiff
path: root/lib/support/nginx/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Add omnibus remarksMelroy van den Berg2018-01-261-0/+4
* Filter sensitive query string parameters from NGINX access logsNick Thomas2017-08-101-1/+34
* https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9623#note_245736553kami32017-03-031-1/+2
* Add real_ip setting to nginx example.3kami32017-03-011-0/+6
* Upgrade NGINX configuration files to add websocket supportNick Thomas2016-12-121-0/+7
* Revert "Defend against 'Host' header injection"Jacob Vosmaer2016-08-081-6/+1
* Defend against 'Host' header injectionJacob Vosmaer2016-07-121-1/+6
* Add a branded 503 static error pagers-503-pageRobert Speicher2016-04-221-1/+2
* Do not serve anything via nginx as we have workhorseArtem Sidorenko2016-03-111-1/+10
* Pass all requests from NGINX to gitlab-workhorseJacob Vosmaer2015-12-111-144/+2
* Fix alignmentRobert Speicher2015-11-271-6/+6
* Repeat "client_max_body_size 0" everywhereJacob Vosmaer2015-11-271-0/+6
* Merge branch 'client-max-body-size' into 'master' Robert Speicher2015-11-191-3/+1
|\
| * Do not limit workhorse POST/PUT size in NGINXJacob Vosmaer2015-11-191-3/+1
* | Deploy page should be shown for all pages not just rootDrew Blessing2015-11-181-1/+1
|/
* Add support for git lfs.lfsMarin Jankovski2015-11-161-1/+8
* Fix nginx config to use @gitlab-workhorseKamil Trzcinski2015-11-101-4/+4
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+16
* Switch to gitlab-workhorseJacob Vosmaer2015-10-291-11/+11
* Fix NGINX API download regexJacob Vosmaer2015-10-141-1/+1
* Let gitlab-git-http-server handle archive downloadsJacob Vosmaer2015-10-081-1/+19
* The good stuff needs NGINX 1.7.11nginx-git-httpJacob Vosmaer2015-09-071-3/+5
* Do not let NGINX buffer Git HTTP requestsJacob Vosmaer2015-09-071-0/+7
* Replace grack with gitlab-git-http-serverJacob Vosmaer2015-08-311-23/+21
* Experimental support for gitlab-git-http-serverJacob Vosmaer2015-07-281-0/+25
* Merge branch 'nginx_defaulthost_documentation' into 'master'Dmitriy Zaporozhets2015-06-221-0/+4
|\
| * fixed typoLuke Ashe-Browne2014-12-031-2/+2
| * adding notes to gitlab nginx confLuke Ashe-Browne2014-12-031-1/+5
* | Add a note that changing example configuration files requires changing omnibu...note_about_omnibus_changesMarin Jankovski2015-06-111-1/+7
* | Revert "Merge branch 'go-get-workaround-nginx' of https://github.com/mattes/g...Douwe Maan2015-03-031-10/+0
* | Merge branch 'go-get-workaround-nginx' of https://github.com/mattes/gitlabhq ...Marin Jankovski2015-02-201-0/+10
|\ \
| * | remove optional html tagsmattes2014-12-311-6/+1
| * | allow for private repositoriesmattes2014-12-311-0/+15
| |/
* | Restore nginx config a little more.Douwe Maan2015-02-201-0/+1
* | Make changes to nginx config less likely to break something.Douwe Maan2015-02-201-17/+32
* | Modify nginx config to let /uploads go through to unicorn.Douwe Maan2015-02-201-18/+23
|/
* Merge pull request #8273 from bbodenmiller/nginx-updatesMarin Jankovski2014-11-101-2/+5
|\
| * minor updates & formatting changesBen Bodenmiller2014-11-081-2/+5
* | Don't enable IPv4 *only* on nginx.Hugo Osvaldo Barrera2014-11-031-1/+2
|/
* fail_timeout=0 as recommended by UnicornBen Bodenmiller2014-09-121-1/+1
* unify nginx config filesBen Bodenmiller2014-08-231-39/+55
* Simplify the ssl setup file.Sytse Sijbrandij2014-08-041-3/+3
* Ensure sidekiq is displayed by setting X-Frame-Options.GitLab2014-06-031-0/+1
* Update warnings about relative url support.Marin Jankovski2014-05-131-1/+4
* Comment gzip: off be defaultDmitriy Zaporozhets2014-04-071-4/+4
* Disable compression to prevent BREACH attackDmitriy Zaporozhets2014-04-031-0/+3
* Add gzip compression for assets to nginx example.Marin Jankovski2014-03-241-0/+8
* Some people are getting the error 'The remote end hung up unexpectedly' due t...dosire2014-03-101-1/+1
* Add a custom 502 pageJacob Vosmaer2014-01-281-0/+2
* Merge branch 'upload-limits' into 'master'Dmitriy Zaporozhets2014-01-271-1/+2
|\