Files
futile.eu/Caddyfile
T
2024-12-04 12:38:46 +00:00

11 lines
171 B
Caddyfile

www.futile.eu {
redir https://futile.eu{uri}
}
futile.eu {
root * /var/www/futile.eu/dist
file_server
try_files {path} /index.html
encode gzip zstd
}