Comma-separated list of hosts that are able to connect to the server.
Declarations
Type
list of stringDefault
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.
list of stringif cfg.enableNginx then [ "localhost" "127.0.0.1" cfg.domain ] else [ ]