Add "disabled by --link" note to certificate arg
This commit is contained in:
parent
3612076b89
commit
0d53441950
@ -123,7 +123,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
|
|||||||
if (args.cert) {
|
if (args.cert) {
|
||||||
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
|
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
|
||||||
} else {
|
} else {
|
||||||
logger.info(" - Not serving HTTPS")
|
logger.info(` - Not serving HTTPS ${args.link ? "(disabled by --link)" : ""}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args["proxy-domain"].length > 0) {
|
if (args["proxy-domain"].length > 0) {
|
||||||
|
Reference in New Issue
Block a user