nodes/home.router: add ssl to vnstat nginx vhost

This commit is contained in:
Franzi 2021-04-25 09:10:05 +02:00
parent d98a1adfd9
commit a8e07c62c3
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 58 additions and 1 deletions

View file

@ -117,7 +117,8 @@ nodes['home.router'] = {
},
'vhosts': {
'vnstat': {
'ssl': False,
'domain': 'router.home.kunbox.net',
'ssl': '_.home.kunbox.net',
},
},
},