mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-11-14 16:17:53 -06:00
7 lines
97 B
Caddyfile
7 lines
97 B
Caddyfile
git.dayl.in {
|
|
reverse_proxy 127.0.0.1:3000
|
|
}
|
|
|
|
resunim.dayl.in {
|
|
reverse_proxy 127.0.0.1:8080
|
|
}
|