don't use port 80 for https URLs
This commit is contained in:
@@ -67,7 +67,6 @@ Redstoner::Application.configure do
|
|||||||
|
|
||||||
config.action_mailer.default_url_options = {
|
config.action_mailer.default_url_options = {
|
||||||
host: 'redstoner.com',
|
host: 'redstoner.com',
|
||||||
port: 80,
|
|
||||||
protocol: 'https'
|
protocol: 'https'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user