Commit e00390b377d9264ad87eea30fdee8025f2c18eec
1 parent
ec1b1588
Exists in
master
and in
4 other branches
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,6 +22,7 @@ class Settings < Settingslogic | ||
| 22 | raw_url = self.web_protocol | 22 | raw_url = self.web_protocol |
| 23 | raw_url << web.host | 23 | raw_url << web.host |
| 24 | raw_url << ":#{web.port}" if web.port.to_i != 80 | 24 | raw_url << ":#{web.port}" if web.port.to_i != 80 |
| 25 | + raw_url | ||
| 25 | end | 26 | end |
| 26 | 27 | ||
| 27 | def ssh_port | 28 | def ssh_port |