remove paste.kunsmann.eu vhost and redirect
This commit is contained in:
parent
0033d6309f
commit
f3d741de41
2 changed files with 10 additions and 24 deletions
|
@ -8,18 +8,13 @@ $ORIGIN kunsmann.eu.
|
|||
IN MX 10 rx300.kunbox.net.
|
||||
IN TXT "v=spf1 mx ~all"
|
||||
|
||||
git IN CNAME rx300.kunbox.net.
|
||||
grafana IN CNAME influxdb.htz-cloud.kunbox.net.
|
||||
icinga IN CNAME icinga2.ovh.kunbox.net.
|
||||
influxdb IN CNAME influxdb.htz-cloud.kunbox.net.
|
||||
statusmonitor.icinga IN CNAME icinga2.ovh.kunbox.net.
|
||||
|
||||
mta-sts IN CNAME rx300.kunbox.net.
|
||||
|
||||
luther-ps IN CNAME luther.htz-cloud.kunbox.net.
|
||||
|
||||
; legacy, for redirect
|
||||
git IN CNAME rx300.kunbox.net.
|
||||
paste IN CNAME rx300.kunbox.net.
|
||||
mta-sts IN CNAME rx300.kunbox.net.
|
||||
statusmonitor.icinga IN CNAME icinga2.ovh.kunbox.net.
|
||||
|
||||
_dmarc IN TXT "v=DMARC1; p=quarantine; rua=mailto:hostmaster@kunbox.net; ruf=mailto:postmaster@kunsmann.eu; fo=0:d:s; adkim=r; aspf=r"
|
||||
_mta-sts IN TXT "v=STSv1;id=20201111;"
|
||||
|
|
|
@ -350,6 +350,13 @@ nodes['rx300'] = {
|
|||
'ssl': '_.franzi.business',
|
||||
'extras': True,
|
||||
},
|
||||
'git.kunsmann.eu': {
|
||||
'locations': {
|
||||
'/': {
|
||||
'redirect': 'https://git.franzi.business$request_uri',
|
||||
},
|
||||
},
|
||||
},
|
||||
'kunbox.net': {},
|
||||
'kunsmann.eu': {
|
||||
'locations': {
|
||||
|
@ -421,22 +428,6 @@ nodes['rx300'] = {
|
|||
'website_check_path': '/start?do=login',
|
||||
'website_check_string': 'Username',
|
||||
},
|
||||
|
||||
# legacy domains
|
||||
'git.kunsmann.eu': {
|
||||
'locations': {
|
||||
'/': {
|
||||
'redirect': 'https://git.franzi.business$request_uri',
|
||||
},
|
||||
},
|
||||
},
|
||||
'paste.kunsmann.eu': {
|
||||
'locations': {
|
||||
'/': {
|
||||
'redirect': 'https://paste.franzi.business$request_uri',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'worker_processes': 8,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue