Comma-separated list of hosts that are able to connect to the server.
Declarations
Type
string
Default
if cfg.enableNginx then "localhost,127.0.0.1,${cfg.domain}" else ""
Comma-separated list of hosts that are able to connect to the server.
string
if cfg.enableNginx then "localhost,127.0.0.1,${cfg.domain}" else ""