hugo-sandstorm/Caddyfile
2020-04-10 08:11:43 -04:00

10 lines
147 B
Caddyfile

127.0.0.1:8001 {
root /var/git
}
errors stderr
log stdout
hugo /var/git {
allow_commands false
after_save "/opt/app/commit-on-save {path}"
}