Skip to content

Commit

Permalink
don't use port 80 for https URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jomo committed Dec 4, 2015
1 parent 498fa18 commit bf91ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/environments/production.rb
Expand Up @@ -67,7 +67,6 @@

config.action_mailer.default_url_options = {
host: 'redstoner.com',
port: 80,
protocol: 'https'
}

Expand Down

0 comments on commit bf91ef7

Please sign in to comment.