Apache : Add port parameter

parent 18fb1c7c
...@@ -54,8 +54,7 @@ class Recipe(BaseSlapRecipe): ...@@ -54,8 +54,7 @@ class Recipe(BaseSlapRecipe):
self.path_list.append(self.killpidfromfile) self.path_list.append(self.killpidfromfile)
# This should come from parameter. frontend_port_number = self.parameter_dict.get("port", 4443)
frontend_port_number = 4443
frontend_domain_name = self.parameter_dict.get("domain", frontend_domain_name = self.parameter_dict.get("domain",
"host.vifib.net") "host.vifib.net")
......
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