dashboard/Caddyfile

13 lines
204 B
Caddyfile
Raw Permalink Normal View History

:8080, dash.fluence.dev {
log {
output stderr
format console
}
tls alexey@fluence.one
encode zstd gzip
file_server
2021-06-16 22:01:43 +00:00
root * /dist
2021-06-18 14:16:43 +00:00
try_files {path} /index.html
}