Testing whether folder works #26

Open
kovagoadi wants to merge 28 commits from add-route-to-staging-dev into main
Showing only changes of commit 44d8ae2c5c - Show all commits

View File

@@ -2,7 +2,7 @@ http:
routers: routers:
# Router for HTTP (Port 80) # Router for HTTP (Port 80)
staging: staging:
rule: "HostRegexp(`^.+\\.staging\\.kovagoadi\\.hu$`) || Host(`staging.kovagoadi.hu`) || Host(`dev.kovagoadi.hu`)" rule: "HostRegexp({subdomain:.+}.staging.kovagoadi.hu`) || Host(`staging.kovagoadi.hu`) || Host(`dev.kovagoadi.hu`)"
entryPoints: entryPoints:
- "web" - "web"
service: "dev-staging" service: "dev-staging"