Loading nixos/modules/services/web-servers/nginx/vhost-options.nix +4 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,10 @@ with lib; }; port = mkOption { type = types.nullOr port; description = lib.mdDoc "Port number."; description = lib.mdDoc '' Port number to listen on. If unset and the listen address is not a socket then nginx defaults to 80. ''; default = null; }; ssl = mkOption { Loading Loading
nixos/modules/services/web-servers/nginx/vhost-options.nix +4 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,10 @@ with lib; }; port = mkOption { type = types.nullOr port; description = lib.mdDoc "Port number."; description = lib.mdDoc '' Port number to listen on. If unset and the listen address is not a socket then nginx defaults to 80. ''; default = null; }; ssl = mkOption { Loading