Testing whether folder works #26
@@ -2,7 +2,7 @@ http:
|
|||||||
routers:
|
routers:
|
||||||
# Router for HTTP (Port 80)
|
# Router for HTTP (Port 80)
|
||||||
staging:
|
staging:
|
||||||
rule: "Host(`staging.kovagoadi.hu`) || Host(`test-whoami.staging.kovagoadi.hu`)"
|
rule: "HostSNI(`staging.kovagoadi.hu`) || HostSNI(`test-whoami.staging.kovagoadi.hu`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- "web"
|
- "web"
|
||||||
service: "dev-staging"
|
service: "dev-staging"
|
||||||
@@ -10,7 +10,7 @@ http:
|
|||||||
|
|
||||||
# Router for HTTPS (Port 443)
|
# Router for HTTPS (Port 443)
|
||||||
staging-secure:
|
staging-secure:
|
||||||
rule: "Host(`staging.kovagoadi.hu`) || Host(`dev.kovagoadi.hu`)"
|
rule: "HostSNI(`staging.kovagoadi.hu`) || HostSNI(`dev.kovagoadi.hu`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- "https"
|
- "https"
|
||||||
service: "dev-staging-secure"
|
service: "dev-staging-secure"
|
||||||
|
|||||||
Reference in New Issue
Block a user