Commit e00390b377d9264ad87eea30fdee8025f2c18eec

Authored by randx
1 parent ec1b1588

fix 80 port config

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/initializers/1_settings.rb
... ... @@ -22,6 +22,7 @@ class Settings < Settingslogic
22 22 raw_url = self.web_protocol
23 23 raw_url << web.host
24 24 raw_url << ":#{web.port}" if web.port.to_i != 80
  25 + raw_url
25 26 end
26 27  
27 28 def ssh_port
... ...