fix 80 port config
This commit is contained in:
parent
ec1b1588ee
commit
e00390b377
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue