7 lines
82 B
Caddyfile
7 lines
82 B
Caddyfile
:80 {
|
|
root * /srv
|
|
encode gzip zstd
|
|
try_files {path} /index.html
|
|
file_server
|
|
}
|