-
Notifications
You must be signed in to change notification settings - Fork 42
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
skip redirect to ssl #59
Comments
To disable default redirection to HTTPS version of the site, set
The |
Thx for your pointer. Indeed it works to set xxx.ssl: False, but of course it does really disable SSL. For now I will just try to setup http first and check on the options for ssl later. My Wishlist:
|
Can you give an example of how that config would look like? |
@pniederlag Does #76 address your issue? |
I am using debops and bootstrapped a single node from my local controll machine.
I have added some host_vars for a specific host in order to add another nginx config, see code below.
The created file for nginx still does redirect to the ssl site. Is there any way to disable this or maybe even another way to add a custom template file? Or, do you suggest to create a separate role? Would that simplify anything?
The text was updated successfully, but these errors were encountered: