remove paste.kunsmann.eu vhost and redirect

This commit is contained in:
Franzi 2022-11-16 19:19:56 +01:00
parent 0033d6309f
commit f3d741de41
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 10 additions and 24 deletions

View file

@ -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,
},