8 lines
143 B
Caddyfile
8 lines
143 B
Caddyfile
:80, :443 {
|
|
encode zstd gzip
|
|
https://caddyserver.com/docs/caddyfile
|
|
file_server browse
|
|
}
|
|
:8080 {
|
|
respond "I am 8080"
|
|
} |