11 lines
171 B
Caddyfile
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
|
|
}
|