fly-apps/static/Caddyfile

13 lines
166 B
Caddyfile

{
# fly.io handles HTTPS for us
auto_https off
}
http://static-mat-services.fly.dev/ {
redir https://mat.services/
}
:8080 {
root * /var/www
file_server
}