From d9c25ca03e24044b5db988b9a395f44199f3ff0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 19 Dec 2017 17:05:42 +0100 Subject: [PATCH] Disable web interface by default --- lib/ProxySQL_Admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProxySQL_Admin.cpp b/lib/ProxySQL_Admin.cpp index 497457563..03b4d7b4e 100644 --- a/lib/ProxySQL_Admin.cpp +++ b/lib/ProxySQL_Admin.cpp @@ -3299,7 +3299,7 @@ ProxySQL_Admin::ProxySQL_Admin() { GloProxyStats->variables.stats_system_memory = 60; #endif - variables.web_enabled = true; + variables.web_enabled = false; variables.web_enabled_old = false; variables.web_port = 6080; variables.web_port_old = variables.web_port;