rottenraptor-server new domain
This commit is contained in:
parent
d258a02d46
commit
8a6c0d9e95
2 changed files with 9 additions and 1 deletions
|
@ -12,6 +12,10 @@ actions = {
|
||||||
'needs': {
|
'needs': {
|
||||||
'svc_systemd:nginx',
|
'svc_systemd:nginx',
|
||||||
},
|
},
|
||||||
|
'after': {
|
||||||
|
'svc_systemd:nginx:reload',
|
||||||
|
'svc_systemd:nginx:restart',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,12 @@ ips = [
|
||||||
gateway4 = "91.198.192.193"
|
gateway4 = "91.198.192.193"
|
||||||
gateway6 = "2001:67c:b54:1::1"
|
gateway6 = "2001:67c:b54:1::1"
|
||||||
|
|
||||||
|
[metadata.nginx.vhosts.'rotten.city'.locations.'/']
|
||||||
|
redirect = "https://www.rottenraptor.com/"
|
||||||
|
mode = 302
|
||||||
|
|
||||||
[metadata.nginx.vhosts.immich]
|
[metadata.nginx.vhosts.immich]
|
||||||
domain = "rr-immich.franzi.business"
|
domain = "immich.rotten.city"
|
||||||
|
|
||||||
[metadata.smartd]
|
[metadata.smartd]
|
||||||
disks = [
|
disks = [
|
||||||
|
|
Loading…
Reference in a new issue