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
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/.*/shellwsto^/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