nodes: use _.franzi.business certificate everywhere
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ff526a7f7f
commit
71a6f08ebf
3 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,7 @@ nodes['htz-cloud.sewfile'] = {
|
|||
'nginx': {
|
||||
'vhosts': {
|
||||
'sewfile.franzi.business': {
|
||||
'ssl': '_.franzi.business',
|
||||
'max_body_size': '0',
|
||||
'extras': True,
|
||||
'website_check_path': '/accounts/login/',
|
||||
|
|
|
@ -229,6 +229,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
},
|
||||
'dimension.franzi.business': {
|
||||
'ssl': '_.franzi.business',
|
||||
'extras': True,
|
||||
'do_not_set_content_security_headers': True,
|
||||
'max_body_size': '50M',
|
||||
|
@ -246,6 +247,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
},
|
||||
'matrix.franzi.business': {
|
||||
'ssl': '_.franzi.business',
|
||||
'locations': {
|
||||
'/_matrix': {
|
||||
'target': 'http://[::1]:20080',
|
||||
|
|
|
@ -87,6 +87,7 @@ nodes['ovh.icinga2'] = {
|
|||
},
|
||||
'statuspage': {
|
||||
'domain': 'status.franzi.business',
|
||||
'ssl': '_.franzi.business',
|
||||
'webroot': '/opt/simple-icinga-dashboard/out',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue