Update caddy config

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2025-08-06 14:01:14 +02:00
parent fcd4dc85bc
commit 2b902e54be
31 changed files with 222 additions and 244 deletions

View File

@@ -0,0 +1,9 @@
import header.caddy
privatebin.{$MAIN_DOMAIN} {
reverse_proxy privatebin:8080
}
pastebin.{$MAIN_DOMAIN} {
redir https://privatebin.{$MAIN_DOMAIN} permanent
}