add reworked caddy configs from current setup
This commit is contained in:
parent
003cecbbb7
commit
76ec7d0505
23 changed files with 420 additions and 1 deletions
16
.old/etc/caddy/sites-enabled/twitch
Normal file
16
.old/etc/caddy/sites-enabled/twitch
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue