From 829be767c9020b0f42a2c7be786826019b3e73b9 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 21 Apr 2026 10:24:02 +0200 Subject: [PATCH] default to http --- smart.conf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart.conf.cmake b/smart.conf.cmake index de39f20..11a999f 100644 --- a/smart.conf.cmake +++ b/smart.conf.cmake @@ -84,7 +84,7 @@ $nw_log_level = 1; # 0 = disable HTTPS listener # # When disabled, nwwebui can still serve plain HTTP if nw_http_port > 0. -$nw_ssl_enable = 1; +$nw_ssl_enable = 0; # Plain HTTP listener port. # Set to 0 to disable plain HTTP completely.