7 lines
70 B
Caddyfile
7 lines
70 B
Caddyfile
http://127.0.0.1:3000
|
|
|
|
encode zstd gzip
|
|
file_server {
|
|
root ./build
|
|
}
|