Changed priority values
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 54s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
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 54s
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:
@@ -27,7 +27,7 @@ tcp:
|
||||
service: nginx-legacy-service-secure
|
||||
tls:
|
||||
passthrough: true
|
||||
priority: 1
|
||||
priority: 10
|
||||
entryPoints:
|
||||
- "https"
|
||||
|
||||
@@ -45,7 +45,7 @@ http:
|
||||
entryPoints:
|
||||
- "web"
|
||||
service: "acme-http@internal" # This is the internal service name
|
||||
priority: 10001 # High priority to ensure it wins
|
||||
priority: 1000 # High priority to ensure it wins
|
||||
|
||||
# 2. THE HTTP CATCH-ALL (Sends other ACME and HTTP to Nginx)
|
||||
nginx-legacy-router:
|
||||
@@ -53,7 +53,7 @@ http:
|
||||
service: nginx-legacy-service
|
||||
entryPoints:
|
||||
- "web"
|
||||
priority: 100
|
||||
priority: 10
|
||||
|
||||
services:
|
||||
nginx-legacy-service:
|
||||
|
||||
Reference in New Issue
Block a user