mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
bluesky pds lives!
This commit is contained in:
parent
a8260d90f8
commit
75fc07a29a
2 changed files with 14 additions and 8 deletions
|
@ -2,14 +2,6 @@ links.dayl.in {
|
|||
reverse_proxy http://localhost:9090
|
||||
}
|
||||
|
||||
elizabeth-and-daylin.com {
|
||||
reverse_proxy http://localhost:4321
|
||||
}
|
||||
|
||||
elizabeth.dayl.in, www.elizabeth-and-daylin.com {
|
||||
redir https://elizabeth-and-daylin.com{uri} permanent
|
||||
}
|
||||
|
||||
git.dayl.in {
|
||||
reverse_proxy http://localhost:3000
|
||||
}
|
||||
|
@ -26,6 +18,19 @@ gts.dayl.in {
|
|||
}
|
||||
}
|
||||
|
||||
daylin.bsky.dayl.in, bsky.dayl.in {
|
||||
reverse_proxy http://localhost:6555
|
||||
}
|
||||
|
||||
elizabeth-and-daylin.com {
|
||||
reverse_proxy http://localhost:4321
|
||||
}
|
||||
|
||||
elizabeth.dayl.in, www.elizabeth-and-daylin.com {
|
||||
redir https://elizabeth-and-daylin.com{uri} permanent
|
||||
}
|
||||
|
||||
|
||||
# not currently a running service on algiz
|
||||
# (caddy-common) {
|
||||
# encode gzip
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"/home/daylin/services/gotosocial/"
|
||||
"/home/daylin/services/caddy/"
|
||||
"/home/daylin/services/wedding-website/"
|
||||
"/home/daylin/services/bsky-pds/"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue