•  
      request #47655 Realtime nginx config should `upgrade` in lowercase
    Infos
    #47655
    Manuel Vacelet (vaceletm)
    2026-05-27 13:37
    2026-05-26 16:08
    49383
    Details
    Realtime nginx config should `upgrade` in lowercase

    As of today nginx configuration for web socket protocol upgrade is written in uppercase (proxy_set_header Connection "Upgrade";).

    • HTTP/2 spec require headers to be in lowercase https://datatracker.ietf.org/doc/html/rfc7540#autoid-55
    • It appears that when Traefik is used as ingress in k8s, realtime features (like Kanban) shows "You are disconnected from real time". When the header is written in lower case the message disappear.

    Hence, to maximize compatibility, header should be written in lowercase.

    Docker images
    17.5
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Manuel Vacelet (vaceletm)
    Closed
    2026-05-27
    Attachments
    Empty
    References
    Referenced by request #47655

    Follow-ups