Commit 198fab00 authored by Romain Courteaud's avatar Romain Courteaud

Add mandatory scheme for development type

parent ff0425ed
...@@ -41,6 +41,7 @@ lock-file = $${basedirectory:run}/apache.lock ...@@ -41,6 +41,7 @@ lock-file = $${basedirectory:run}/apache.lock
error-log = $${basedirectory:log}/apache-error.log error-log = $${basedirectory:log}/apache-error.log
access-log = $${basedirectory:log}/apache-access.log access-log = $${basedirectory:log}/apache-access.log
apache-binary = ${apache:location}/bin/httpd apache-binary = ${apache:location}/bin/httpd
scheme = https
[ca-apache-zope-backend] [ca-apache-zope-backend]
<= certificate-authority <= certificate-authority
......
...@@ -59,7 +59,7 @@ mode = 0644 ...@@ -59,7 +59,7 @@ mode = 0644
[template-zope] [template-zope]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-zope.cfg url = ${:_profile_base_location_}/instance-zope.cfg
md5sum = c6bac431bcd847a413f2c76991716f21 md5sum = 738b757185d5213e05176f5eefe9e2ae
output = ${buildout:directory}/template-zope.cfg output = ${buildout:directory}/template-zope.cfg
mode = 0644 mode = 0644
......
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