Hardcode configuration name to avoid potential problems/breaches

parent 4ba41ca0
......@@ -425,7 +425,7 @@ class Recipe(BaseSlapRecipe):
apache_conf_string = self.substituteTemplate(
self.getTemplateFilename('apache.conf.in'), apache_conf)
apache_config_file = self.createConfigurationFile(name + '.conf',
apache_config_file = self.createConfigurationFile('apache_frontend.conf',
apache_conf_string)
......
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