-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
Redirect http to https. #695
Comments
I think there's a rewrite_to_https option |
Yup - if you use
(Whatever your root might be) you end up with the following block (or the starts of server blocks):
and a second server block:
... the module uses the "if ssl protocol" block rather than the direct return. |
@ericrini if this addresses your issue please consider closing this, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to add a vhost that expresses this idea using this module?
The text was updated successfully, but these errors were encountered: