Files
caddy-hugo2/testdir/Caddyfile
T
2022-07-05 23:15:14 -04:00

18 lines
192 B
Caddyfile

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