Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boxroom ssl #18

Closed
dchristmas opened this issue May 22, 2012 · 2 comments
Closed

boxroom ssl #18

dchristmas opened this issue May 22, 2012 · 2 comments

Comments

@dchristmas
Copy link

Hi

What a great app, thanks!

I'm using boxroom on ubuntu with apache ssl and everything is working great but the emails from boxroom for signup/password reset/file sharing have http hyperlinks, how do I make the links https?

Many Thanks
Dan

@mischa78
Copy link
Owner

Hi Dan,

Thanks! For the mails to have https in the links you have to open up config/environments/production.rb and change:

# Host
config.action_mailer.default_url_options = { :host => 'yourdomain.com' }

To:

# Host
config.action_mailer.default_url_options = { :host => 'yourdomain.com', :protocol => 'https' }

Best,
Mischa.

@dchristmas
Copy link
Author

Perfect, thank you!
Dan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants