Commit 81113478 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent c4989d69
...@@ -51,7 +51,7 @@ class Recipe(GenericBaseRecipe): ...@@ -51,7 +51,7 @@ class Recipe(GenericBaseRecipe):
apache_conf['key'] = key apache_conf['key'] = key
apache_conf['path'] = '/' apache_conf['path'] = '/'
apache_conf['access_control_string'] = access_control_string apache_conf['access_control_string'] = access_control_string
apache_conf['rewrite_rule'] = "RewriteRule (.*) http://%s$1 [L,P]" % backend apache_conf['rewrite_rule'] = "RewriteRule (.*) %s$1 [L,P]" % backend
apache_conf_string = pkg_resources.resource_string(__name__, apache_conf_string = pkg_resources.resource_string(__name__,
'template/apache.zope.conf.in') % apache_conf 'template/apache.zope.conf.in') % apache_conf
apache_config_file = self.createFile(self.options['configuration-file'], apache_config_file = self.createFile(self.options['configuration-file'],
......
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