mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 15:20:21 +00:00
13 lines
204 B
Caddyfile
13 lines
204 B
Caddyfile
:8080, dash.fluence.dev {
|
|
log {
|
|
output stderr
|
|
format console
|
|
}
|
|
|
|
tls alexey@fluence.one
|
|
encode zstd gzip
|
|
file_server
|
|
root * /dist
|
|
try_files {path} /index.html
|
|
}
|