Ben
Ben
This is the `coolify.yaml` in `/traefik/dynamic` coolify.yaml ``` http: middlewares: redirect-to-https: redirectscheme: scheme: https gzip: compress: true routers: coolify-http: middlewares: - redirect-to-https entryPoints: - http service: coolify rule: Host(`my.domain.com`) coolify-realtime-ws:...
I did a deploy today which took everything down. While it was down, I tested out some things based on a similar thread in Discord. **Request with SSL with SNI**...