add static hosting to caddy

This commit is contained in:
Phil 2024-08-13 20:52:41 -06:00
parent 77ed02f107
commit 92250a4b8d

View File

@ -5,3 +5,8 @@ auth.thesatelliteoflove.com {
git.thesatelliteoflove.com { git.thesatelliteoflove.com {
reverse_proxy gitea:3000 reverse_proxy gitea:3000
} }
thesatelliteoflove.com {
root * /srv
file_server
}