services.slskd.nginx.rejectSSL

NixOS option

Whether to listen for and reject all HTTPS connections to this vhost. Useful in default server blocks to avoid serving the certificate for another vhost. Uses the ssl_reject_handshake directive available in nginx versions 1.19.4 and above.

type: boolean
Default
false
declared in: nixos/modules/services/web-apps/slskd.nixView source on NixOS/nixpkgs →