Skip to content
Snippets Groups Projects
Commit e00390b3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix 80 port config

parent ec1b1588
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment