Compare commits
3 Commits
3d29e6ffef
...
236803d614
| Author | SHA1 | Date | |
|---|---|---|---|
| 236803d614 | |||
| 6eafdea095 | |||
| 3613401473 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*.jar
|
||||
auth
|
||||
.env
|
||||
@@ -6,11 +6,21 @@ bizmatch.net {
|
||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
}
|
||||
}
|
||||
bayarea-cc.com {
|
||||
tls {
|
||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
}
|
||||
}
|
||||
www.bizmatch.net {
|
||||
tls {
|
||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
}
|
||||
}
|
||||
www.bayarea-cc.com {
|
||||
tls {
|
||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
}
|
||||
}
|
||||
auth.bizmatch.net {
|
||||
reverse_proxy keycloak:8080 {
|
||||
header_up Host {http.request.host}
|
||||
|
||||
Reference in New Issue
Block a user