Ajout caddy avec jenkins

This commit is contained in:
phil
2025-02-19 23:05:21 +01:00
parent b33711c33d
commit bf15f643c7
4 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
192.168.1.30:443 {
tls internal
reverse_proxy localhost:8080
}
jenkins:443 {
tls internal
reverse_proxy localhost:8080
}