From: Sven Velt Date: Tue, 23 Mar 2010 16:23:07 +0000 (+0100) Subject: Disable SSL in sample-configs/*.cfg X-Git-Url: https://git.tokkee.org/?p=nagixsc.git;a=commitdiff_plain;h=ae7ed7a98e837e0f707e3b50087c61d54489c988 Disable SSL in sample-configs/*.cfg Could be confusing because of not existing cert/key file. Signed-off-by: Sven Velt --- diff --git a/sample-configs/conf2http.cfg b/sample-configs/conf2http.cfg index 9dbb3ac..181a806 100644 --- a/sample-configs/conf2http.cfg +++ b/sample-configs/conf2http.cfg @@ -1,7 +1,7 @@ [server] ip: 0.0.0.0 port: 15666 -ssl: true +ssl: false sslcert: server.pem conf_dir: ./sample-configs/conf diff --git a/sample-configs/http2nagios.cfg b/sample-configs/http2nagios.cfg index e103b68..93ffe56 100644 --- a/sample-configs/http2nagios.cfg +++ b/sample-configs/http2nagios.cfg @@ -1,7 +1,7 @@ [server] ip: 0.0.0.0 port: 15667 -ssl: true +ssl: false sslcert: server.pem max_xml_file_size: 102400