homelab/scripts/flame/landing.Caddyfile

11 lines
198 B
Text
Raw Normal View History

2023-08-05 14:49:09 +02:00
https://{$DOMAIN} {
import blocked_matcher
handle @blocked {
file_server {
root /var/www
status 403
}
}
reverse_proxy http://localhost:8086
}