mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 19:04:36 +08:00
update comment
This commit is contained in:
@@ -20,7 +20,7 @@ if (sslKey && sslCert) {
|
||||
// Dual-stack support for (::)
|
||||
let hostname = process.env.UPTIME_KUMA_HOST;
|
||||
|
||||
// Also read HOST if not FreeBSD, as HOST is a system environment variable in FreeBSD
|
||||
// Also read HOST if not *BSD, as HOST is a system environment variable in FreeBSD
|
||||
if (!hostname && !BSD) {
|
||||
hostname = process.env.HOST;
|
||||
}
|
||||
|
Reference in New Issue
Block a user