summaryrefslogtreecommitdiff
path: root/lib/support
Commit message (Expand)AuthorAgeFilesLines
* Comment gzip: off be defaultDmitriy Zaporozhets2014-04-071-4/+4
* Disable compression to prevent BREACH attackDmitriy Zaporozhets2014-04-031-0/+3
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-03-271-5/+5
|\
| * Merge branch 'bugfix/fix_unicorn-sidekiq_confusion_in_gitlab_init_script' in...Jacob Vosmaer2014-03-261-5/+5
| |\
| | * Fixed Unicorn-Sidekiq confusion in GitLab init script.Kyle Fazzari2014-03-081-5/+5
* | | Merge pull request #6222 from nickryand/background_initJacob Vosmaer2014-03-261-1/+1
|\ \ \
| * | | Removed the backgrounding of the unicorn_rails webapp start call.Nick Downs2014-03-251-1/+1
| |/ /
* | | Init script - change start() stop() restart() reload() to xxxx_gitlab()Pawel Krzaczkowski2014-03-261-10/+10
|/ /
* | Merge pull request #5935 from nmoura/patch-1Jacob Vosmaer2014-03-251-1/+1
|\ \
| * | Changed sudo by su -cNilton Moura2013-12-261-1/+1
* | | Add gzip compression for assets to nginx example.Marin Jankovski2014-03-241-0/+8
* | | Logrotate daily, keeping 90 days of old logsJacob Vosmaer2014-03-121-6/+4
* | | Some people are getting the error 'The remote end hung up unexpectedly' due t...dosire2014-03-101-1/+1
* | | change deploy.sh without mysql, now that we are moving to postgresArif Ali2014-03-041-2/+2
| |/ |/|
* | Add a custom 502 pageJacob Vosmaer2014-01-281-0/+2
* | Merge branch 'upload-limits' into 'master'Dmitriy Zaporozhets2014-01-271-1/+2
|\ \
| * | Git over ssh and http are different things.dosire2014-01-221-2/+2
| * | More explanation for upload limits.dosire2014-01-221-0/+1
* | | Use either/or to present optionsJacob Vosmaer2014-01-271-2/+2
* | | Explain what we know about Nginx chunked requestsJacob Vosmaer2014-01-271-0/+14
* | | Remove version since we don't keep it up to date.dosire2014-01-232-2/+0
|/ /
* | Update the init.d file to the correct locationof the example defaults fileArif Ali2014-01-082-1/+18
* | Change canonical urls to GitLab Cloud.dosire2013-12-301-2/+2
|/
* Merge pull request #5617 from zeeZ/nginx-proxyDmitriy Zaporozhets2013-12-161-0/+1
|\
| * Add X-Forwarded-For to nginx configzeeZ2013-11-181-0/+1
* | Update deploy.sh script with assets commandsDmitriy Zaporozhets2013-12-111-4/+5
* | Added example defaults file and appropriate documentation.Rovanion Luckey2013-12-092-7/+27
* | Merge pull request #5471 from dex4er/feature_etc_default_gitlabJacob Vosmaer2013-12-091-0/+2
|\ \
| * | Read configuration variable file if it is presentPiotr Roszatycki2013-10-291-0/+2
| |/
* | Add client_max_body_size to nginx siteJoachim Brandon LeBlanc2013-11-151-0/+3
|/
* Report application status through init exit codeJacob Vosmaer2013-10-251-0/+8
* Updated the init script, now waits for pidsRovanion Luckey2013-10-241-39/+65
* Merge branch 'logrotate' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-161-0/+22
|\
| * Add logrotate setup to the installation guideJacob Vosmaer2013-10-161-0/+22
* | Move unicorn and sidekiq commands into bash scriptJacob Vosmaer2013-10-151-7/+6
|/
* Use sidekiq restart rake task in init scriptJacob Vosmaer2013-10-091-3/+1
* Run stopping commands in the foregroundJacob Vosmaer2013-10-071-2/+2
* Fixed grammatical mistake in init.d status output.Zane Shannon2013-09-261-1/+1
* -i flag allows sudo to work for git users using rvm that is not being used byJeff '2 bits' Bachtel2013-09-061-1/+1
* Made script path flexibleRovanion2013-09-031-1/+1
* Restart works again, grammar mistakes corrected.Rovanion2013-08-291-5/+16
* Fixed failure to stop and added handling of failure to remove stale pidRovanion2013-08-281-7/+17
* Corrections suggested by jacobvosmaerRovanion2013-08-281-8/+15
* Changes recommended by @axilleasRovanion2013-08-271-5/+5
* Rewrote init script.Rovanion2013-08-271-78/+174
* Fix the `service gitlab restart` commandJacob Vosmaer2013-08-231-1/+1
* Fix confusing situation where install guide told you to install init.d script...Sytse Sijbrandij2013-08-192-148/+8
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-121-3/+5
|\
| * Removal of gitlab.socket should be in stop function too. Fix #4313Axilleas Pipinellis2013-07-121-3/+5
* | Fix unicorn init and configDmitriy Zaporozhets2013-07-081-1/+1