Improve woodpecker agents url

This commit is contained in:
Tobias Reisinger 2023-01-25 12:18:02 +01:00
parent 84250fd2a8
commit a03b11e28c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 11 additions and 5 deletions
caddy/config/conf.002.d

View file

@ -2,3 +2,8 @@ ci.serguzim.me {
import default
reverse_proxy woodpecker:8000
}
agents.ci.serguzim.me {
import default
reverse_proxy h2c://woodpecker:9000
}