apache frontend: use http scheme by default

Anyway if http is not allowed, apache will redirect to https.
parent 710b2a2f
......@@ -76,7 +76,7 @@ class Recipe(BaseSlapRecipe):
reference = slave_instance.get("slave_reference")
# Set scheme (http? https?)
# Future work may allow to choose between http and https (or both?)
scheme = 'https://'
scheme = 'http://'
self.logger.info('processing slave instance: %s' % reference)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment