Commit e00390b3 authored by randx's avatar randx

fix 80 port config

parent ec1b1588
......@@ -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
......
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