git-server/caddy/Caddyfile

8 lines
93 B
Text
Raw Normal View History

2022-08-14 15:13:45 -05:00
git.dayl.in {
2023-01-31 15:23:07 -06:00
reverse_proxy 127.0.0.1:3000
}
2023-05-03 13:04:25 -05:00
f1.dayl.in {
2023-05-04 13:39:24 -05:00
reverse_proxy 127.0.0.1:8000
2022-08-14 15:13:45 -05:00
}