mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
fix 80 port config
This commit is contained in:
@@ -22,6 +22,7 @@ class Settings < Settingslogic
|
||||
raw_url = self.web_protocol
|
||||
raw_url << web.host
|
||||
raw_url << ":#{web.port}" if web.port.to_i != 80
|
||||
raw_url
|
||||
end
|
||||
|
||||
def ssh_port
|
||||
|
||||
Reference in New Issue
Block a user