mirror of
https://github.com/fluencelabs/dashboard
synced 2025-04-25 07:42:16 +00:00
18 lines
236 B
Caddyfile
18 lines
236 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:8080 {
|
|
log {
|
|
# output stdout
|
|
# format console
|
|
level debug
|
|
}
|
|
|
|
root * /dist
|
|
try_files {path} /index.html
|
|
file_server
|
|
# tls alexey@fluence.one
|
|
encode zstd gzip
|
|
}
|