Commit b6d81ef1 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'pb-add-unix-to-allowed-hosts' into 'master'

Add unix to allowed hosts

See merge request gitlab-org/gitlab!24541
parents a618e6e0 1e886c83
......@@ -3,5 +3,5 @@
# This file requires config/initializers/1_settings.rb
if Rails.env.development?
Rails.application.config.hosts << Gitlab.config.gitlab.host
Rails.application.config.hosts += [Gitlab.config.gitlab.host, 'unix']
end
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