diff options
author | John Estabrook <jestabro@vyos.io> | 2020-02-25 11:56:37 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-02-25 11:56:37 -0600 |
commit | f805fbc78d7bf3502b0400298f5f9e73046b2c43 (patch) | |
tree | 5646898ba777416541b8be92338bed1d001eb1e7 /src/conf_mode/https.py | |
parent | 800e208c5d02896af29061b958709ac9666da08f (diff) | |
download | vyos-1x-f805fbc78d7bf3502b0400298f5f9e73046b2c43.tar.gz vyos-1x-f805fbc78d7bf3502b0400298f5f9e73046b2c43.zip |
[service https] T1443: set default HTTPS listen port
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' : {}, |