Files
caddy-hugo2/testdir/caddyfile
T

15 lines
142 B
Plaintext

localhost:8080 {
hugo {
comments test
}
root ./testsite
errors { * }
pprof
}
localhost:8081 {
root ./testsite2
hugo
errors { * }
}