nodes/htz-cloud.pleroma: add www subdomain
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
836f065382
commit
807b296078
3 changed files with 7 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
return 308 https://cybert-media.net$request_uri;
|
|
@ -5,3 +5,5 @@ $ORIGIN cybert-media.net.
|
||||||
@ IN A 159.69.11.231
|
@ IN A 159.69.11.231
|
||||||
IN AAAA 2a01:4f8:c2c:c410::1
|
IN AAAA 2a01:4f8:c2c:c410::1
|
||||||
IN TXT "v=spf1 a ~all"
|
IN TXT "v=spf1 a ~all"
|
||||||
|
|
||||||
|
www IN CNAME cybert-media.net.
|
||||||
|
|
|
@ -27,6 +27,10 @@ nodes['htz-cloud.pleroma'] = {
|
||||||
'pleroma': {
|
'pleroma': {
|
||||||
'extras': True,
|
'extras': True,
|
||||||
},
|
},
|
||||||
|
'pleroma-www-redir': {
|
||||||
|
'domain': 'www.cybert-media.net',
|
||||||
|
'extras': True,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'pleroma': {
|
'pleroma': {
|
||||||
|
|
Loading…
Reference in a new issue