This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/Caddyfile

12 lines
109 B
Caddyfile
Raw Normal View History

2023-11-12 10:10:07 +00:00
{
http_port 8080
}
localhost:8443 {
log
file_server browse
root * ./build
import redirects.caddy
}