mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 10:55:08 +00:00
Added filemanager and websites hosts to stash domain.
This commit is contained in:
parent
28d9491dcd
commit
9591efd680
10
domain.tf
10
domain.tf
@ -46,4 +46,14 @@ resource "namecheap_domain_records" "othostash" {
|
||||
hostname = "www"
|
||||
type = "CNAME"
|
||||
}
|
||||
record {
|
||||
address = "rprxy-0.saline.o4data.net"
|
||||
hostname = "websites"
|
||||
type = "CNAME"
|
||||
}
|
||||
record {
|
||||
address = "rprxy-0.saline.o4data.net"
|
||||
hostname = "filemanager"
|
||||
type = "CNAME"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user