Skip to content

[Feature] Documentation Update for reverse proxy #541

Description

@markushergeth

Describe the feature

With #539 the termproxy feature was fixed behind a reverse proxy.

This worked as expected but I saw that my proxy was not forwarding the request correctly as the regex did not catch the request as only "shellws" was catched. I simpy updated the regex from
^/api/clusters/.*/shellws to ^/api/clusters/.*/(shellws|termwebsocket) to catch the termproxy urls and proxy to the correct backend.

Use Case

To make termproxy work behind a reverse proxy. I based my Caddy configuration on the NGINX example

How important is this for you?

Not important for me as my setup is already fixed. But perhaps interesting for others.

Checklist

  • I have searched existing issues and discussions to make sure this hasn't been requested before

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions