server down migrate website

This commit is contained in:
cy 2024-12-15 15:28:28 -05:00
parent 996687f7a4
commit 558d518286
5 changed files with 34 additions and 37 deletions

8
hosts/ytnix/Caddyfile Normal file
View file

@ -0,0 +1,8 @@
cything.io {
uri strip_prefix /blog
reverse_proxy localhost:8084
}
www.cything.io {
redir https://cything.io{uri} permanent
}