summaryrefslogtreecommitdiff
path: root/dev/run
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run')
-rwxr-xr-xdev/run4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/run b/dev/run
index 9209c1129..482a0e831 100755
--- a/dev/run
+++ b/dev/run
@@ -400,6 +400,10 @@ def boot_haproxy(ctx):
def hack_default_ini(ctx, node, contents):
+ contents = re.sub(
+ "^\[httpd\]$", "[httpd]\nenable = true", contents, flags=re.MULTILINE,
+ )
+
if ctx["enable_erlang_views"]:
contents = re.sub(
"^\[native_query_servers\]$",