Commit 931e6a72 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'relative-url-needs-warning' of /home/git/repositories/gitlab/gitlabhq

parents 31359516 b8cb7df7
...@@ -70,7 +70,7 @@ module Gitlab ...@@ -70,7 +70,7 @@ module Gitlab
config.assets.version = '1.0' config.assets.version = '1.0'
# Uncomment and customize the last line to run in a non-root path # Uncomment and customize the last line to run in a non-root path
# WARNING: We recommend creating a FQDN to host GitLab in a root path. # WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
# Note that three settings need to be changed for this to work. # Note that three settings need to be changed for this to work.
# 1) In your application.rb file: config.relative_url_root = "/gitlab" # 1) In your application.rb file: config.relative_url_root = "/gitlab"
# 2) In your gitlab.yml file: relative_url_root: /gitlab # 2) In your gitlab.yml file: relative_url_root: /gitlab
......
...@@ -20,7 +20,7 @@ production: &base ...@@ -20,7 +20,7 @@ production: &base
https: false https: false
# Uncomment and customize the last line to run in a non-root path # Uncomment and customize the last line to run in a non-root path
# We recommend creating a FQDN to host GitLab in a root path. # WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
# Note that three settings need to be changed for this to work. # Note that three settings need to be changed for this to work.
# 1) In your application.rb file: config.relative_url_root = "/gitlab" # 1) In your application.rb file: config.relative_url_root = "/gitlab"
# 2) In your gitlab.yml file: relative_url_root: /gitlab # 2) In your gitlab.yml file: relative_url_root: /gitlab
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# documentation. # documentation.
# Uncomment and customize the last line to run in a non-root path # Uncomment and customize the last line to run in a non-root path
# We recommend creating a FQDN to host GitLab in a root path. # WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
# Note that three settings need to be changed for this to work. # Note that three settings need to be changed for this to work.
# 1) In your application.rb file: config.relative_url_root = "/gitlab" # 1) In your application.rb file: config.relative_url_root = "/gitlab"
# 2) In your gitlab.yml file: relative_url_root: /gitlab # 2) In your gitlab.yml file: relative_url_root: /gitlab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment