default to http

This commit is contained in:
Mario Fetka
2026-04-21 10:24:02 +02:00
parent a4d3ded77e
commit 829be767c9

View File

@@ -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.