1
0
mirror of https://github.com/fluencelabs/dashboard synced 2025-03-30 11:51:02 +00:00

14 lines
207 B
Caddyfile
Raw Normal View History

:8080, dash.fluence.dev {
log {
output stderr
format console
}
tls alexey@fluence.one
encode zstd gzip
file_server
root * /bundle
try_files {path} /index.html
}