MyNixOS website logo
option

services.misskey.reverseProxy.webserver.nginx.listenAddresses

Listen addresses for this virtual host. Compared to listen this only sets the addresses and the ports are chosen automatically.

Note: This option overrides enableIPv6

Declarations
    Type
    list of string
    Default
    [ ]
    Example
    [
      "127.0.0.1"
      "[::1]"
    ]