Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
adc1a9ab
Commit
adc1a9ab
authored
Dec 16, 2015
by
Kamil Trzcinski
Committed by
James Edwards-Jones
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-add missing gitlab_on_standard_port
parent
b27371d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
config/initializers/1_settings.rb
config/initializers/1_settings.rb
+6
-2
No files found.
config/initializers/1_settings.rb
View file @
adc1a9ab
...
...
@@ -5,8 +5,8 @@ class Settings < Settingslogic
namespace
Rails
.
env
class
<<
self
def
on_standard_port?
(
config
)
config
.
port
.
to_i
==
(
config
.
https
?
443
:
80
)
def
gitlab_on_standard_port?
on_standard_port?
(
gitlab
)
end
def
host_without_www
(
url
)
...
...
@@ -87,6 +87,10 @@ class Settings < Settingslogic
]
end
def
on_standard_port?
(
config
)
config
.
port
.
to_i
==
(
config
.
https
?
443
:
80
)
end
# Extract the host part of the given +url+.
def
host
(
url
)
url
=
url
.
downcase
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment