mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix report email on nedge
This commit is contained in:
parent
da8509afda
commit
5ea15bde06
1 changed files with 2 additions and 1 deletions
|
|
@ -1204,7 +1204,8 @@ function getHttpHost()
|
|||
local ntopng_protocol = "http://"
|
||||
local ntopng_port = ntopng_info.http_port
|
||||
|
||||
if ntopng_info.https_port and tonumber(ntopng_info.https_port) ~= 0 then
|
||||
if not ntop.isnEdge()
|
||||
and ntopng_info.https_port and tonumber(ntopng_info.https_port) ~= 0 then
|
||||
ntopng_protocol = "https://"
|
||||
ntopng_port = ntopng_info.https_port
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue