Did some changes
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) Successful in 51s
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-20 14:49:11 +01:00
parent cee7c52641
commit 291d4a77ee
2 changed files with 3 additions and 18 deletions

View File

@@ -1,22 +1,5 @@
# ./traefik/forward-to-legacy-nginx.yaml
# static configuration (traefik.yml)
# entryPoints:
# web:
# address: ":80" # or :898 in your case
# allowACMEByPass: true # <--- WITHOUT THIS, TRAEFIK ALWAYS WINS
# https:
# address: ":443"
# certificatesResolvers:
# letsencrypt:
# acme:
# email: "kovagoadi@gmail.com"
# storage: "acme.json"
# httpChallenge:
# entryPoint: web
tcp:
routers:
# Router for LEGACY HTTPS (Passthrough)