add reworked caddy configs from current setup

This commit is contained in:
Ruben 2025-07-12 00:09:31 -05:00
commit 76ec7d0505
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
23 changed files with 420 additions and 1 deletions

View file

@ -0,0 +1,16 @@
twitch.synth.download {
reverse_proxy 127.0.0.1:24682
import common-settings
import log twitch
import robots-txt
}
# required backend
b.twitch.synth.download {
reverse_proxy 127.0.0.1:43072
import common-settings
import log twitch-backend
import robots-txt
}