infra/ansible/roles/caddy/templates/Caddyfile-skippy.w5isp.com.j2
2025-11-16 09:34:06 -06:00

38 lines
600 B
Django/Jinja

{
servers {
protocols h1 h2
}
admin off
persist_config off
}
skippy.w5isp.com, g.vntx.net {
# Set this path to your site's directory.
# root * /usr/share/caddy
root * /home/graham/public
log {
format console
}
# Enable the static file server.
file_server
@public {
path /public/*
}
file_server @public browse
@g {
path /g/*
}
file_server @g browse
}
photos.w5isp.com, photos.mcintire.me {
reverse_proxy http://100.107.11.77:2283
}
log.w5isp.com {
reverse_proxy http://127.0.0.1:8086
}