feat: add configurable nwwebui logfile support

This commit is contained in:
Mario Fetka
2026-04-22 13:42:38 +02:00
parent 206dbfa073
commit 1865a2fc79
3 changed files with 381 additions and 42 deletions

View File

@@ -92,6 +92,9 @@ $nw_daemonize = 0;
# PID file written by nwwebui.
$nw_pid_file = '@MARS_NWE_PID_DIR@/nwwebui.pid';
# Log file written by nwwebui.
$nw_log_file = '@MARS_NWE_LOG_DIR@/nwwebui.log';
# Enable or disable TLS/SSL support.
# 1 = enable HTTPS listener
# 0 = disable HTTPS listener