Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-13 19:08:59 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-13 19:08:59 +0400
commitd41fba4d374c5b586a25b755d79a410574f09062 (patch)
tree0b516d2110a546034ba40fd8195b178f95fdddd4 /config
parent69577b57f8c78254d408803aefb9d0f4a13e421d (diff)
Add warning to gitlab.yml related to gzip assets and relative links.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 3774910cf96..b6ec80c4c08 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -31,6 +31,7 @@ production: &base
# 2) In your gitlab.yml file: relative_url_root: /gitlab
# 3) In your unicorn.rb: ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
# 4) In ../gitlab-shell/config.yml: gitlab_url: "http://127.0.0.1/gitlab"
+ # 5) In lib/support/nginx/gitlab : do not use asset gzipping, remove block starting with "location ~ ^/(assets)/"
# To update the path, run: sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
#
# relative_url_root: /gitlab