homelab/scripts/flame/landing.Caddyfile
2023-08-05 14:49:09 +02:00

10 lines
198 B
Caddyfile

https://{$DOMAIN} {
import blocked_matcher
handle @blocked {
file_server {
root /var/www
status 403
}
}
reverse_proxy http://localhost:8086
}