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

feat: allow port config in the redirect URL #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: allow port config in the redirect URL #7

wants to merge 1 commit into from

Conversation

danielpacak
Copy link

app.use(express_enforces_ssl({port: 8443}));

Closes #4 at the same time

app.use(express_enforces_ssl({port: 8443}));

Closes #4
@Wazbat
Copy link

Wazbat commented Jan 14, 2020

I'd love to see support for an opts.message and so you customize the message on line 26. I'd open a PR but I'm not sure if it's better to do it after this one has merged... whenever that happens

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

Successfully merging this pull request may close these issues.

res.headers.host isn't necessarily set in HTTP 1.0
2 participants