diff options
Diffstat (limited to 'src/conf_mode/https.py')
-rwxr-xr-x | src/conf_mode/https.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' : {}, |