Files
git-pages/conf/supervisord.conf
Catherine d4f5420875 Configure Caddy to use HTTP/3.
Also, add `Alt-Svc:` headers for both H2 and H3.
2025-09-21 14:27:25 +00:00

17 lines
269 B
Plaintext

[supervisord]
logfile = /dev/stderr
loglevel = warn
[program-default]
stdout_logfile = /dev/stdout
stderr_logfile = /dev/stderr
stopsignal = TERM
autorestart = true
[program:pages]
command = /bin/git-pages
[program:caddy]
command = /bin/caddy run
depends_on = pages