Initial commit
This commit is contained in:
1
data/etc/Caddyfile
Normal file
1
data/etc/Caddyfile
Normal file
@@ -0,0 +1 @@
|
||||
import /etc/caddy/conf.d/*.conf
|
||||
11
data/etc/conf.d/auth.conf
Normal file
11
data/etc/conf.d/auth.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
auth.mtst.tec.br {
|
||||
handle /realms/* {
|
||||
reverse_proxy http://keycloak:9090
|
||||
}
|
||||
handle /resources/* {
|
||||
reverse_proxy http://keycloak:9090
|
||||
}
|
||||
handle /admin* {
|
||||
reverse_proxy http://keycloak:9090
|
||||
}
|
||||
}
|
||||
3
data/etc/conf.d/git.conf
Normal file
3
data/etc/conf.d/git.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
git.mtst.tec.br {
|
||||
reverse_proxy http://gitea:3000
|
||||
}
|
||||
Reference in New Issue
Block a user