Files
caddy-hugo2/testdir/caddyfile
T

18 lines
192 B
Plaintext

{
order hugo last
}
http://localhost:8080 {
hugo {
comments test
}
root ./testdir/testsite
log
}
http://localhost:8081, http://localhost:8082 {
root ./testdir/testsite2
hugo
log
}