Fixed serverTransport logic
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (pull_request) Successful in 11s
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2026-06-29 14:59:59 +02:00
parent 078618cf2e
commit 728a44bd42
3 changed files with 19 additions and 1 deletions

View File

@@ -13,10 +13,16 @@ tcp:
entryPoints:
- "https"
serversTransports:
nginx-legacy-transport-secure:
proxyProtocol:
version: 2
services:
# Service defining the external IP
nginx-legacy-service-secure:
loadBalancer:
serversTransport: nginx-legacy-transport-secure
servers:
# This is the actual external IP and Port of your Nginx
- address: "webserver:443"