6 lines
66 B
Caddyfile
6 lines
66 B
Caddyfile
|
*:80
|
||
|
gzip
|
||
|
log stderr
|
||
|
rewrite {
|
||
|
to {path} {path}/ /index.html
|
||
|
}
|