Added regexp
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 1m2s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2025-12-24 22:18:14 +01:00
parent b3a65fdc13
commit 028d160bc3
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ http:
tcp:
routers:
# Router for HTTPS (Passthrough)
staging-secure:
rule: "HostSNI(`test-whoami.staging.kovagoadi.hu`) || HostSNI(`dev.kovagoadi.hu`)"
dev-staging-secure:
rule: "HostSNIRegexp(`^.+\\.staging\\.kovagoadi\\.hu$`) || HostSNIRegexp(`^.+\\.dev\\.kovagoadi\\.hu$`)"
service: "dev-staging-secure"
# Passthrough must be true for SSL to reach Nginx encrypted
tls: