From f805fbc78d7bf3502b0400298f5f9e73046b2c43 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 25 Feb 2020 11:56:37 -0600 Subject: [service https] T1443: set default HTTPS listen port --- src/conf_mode/https.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf_mode/https.py') diff --git a/src/conf_mode/https.py b/src/conf_mode/https.py index d8e78c6cd..84d1a7691 100755 --- a/src/conf_mode/https.py +++ b/src/conf_mode/https.py @@ -96,6 +96,7 @@ server { default_server_block = { 'address' : '*', + 'port' : '443', 'name' : ['_'], 'api' : {}, 'vyos_cert' : {}, -- cgit v1.2.3