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,7 @@
upload.synth.download {
reverse_proxy 127.0.0.1:31011
import common-settings
import log upload
import robots-txt
}

View file

@ -0,0 +1,7 @@
tiktok.synth.download {
reverse_proxy 127.0.0.1:64132
import common-settings
import log tiktok
import robots-txt
}

View file

@ -0,0 +1,7 @@
tumblr.synth.download {
reverse_proxy 127.0.0.1:56695
import common-settings
import log tumblr
import robots-txt
}