-
-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I'm using a reverse proxy to push requests from webtop.example.com --> ip:3001
When navigating to the Selkies "Download Files" area, webtop is sending the frontend to webtop.example.com:3001/files/ which doesn't work (since reverse proxy is listening for requests on 80/443 and redirecting based on request header.
Expected Behavior
Ideally it would send that request to ip:3001/files/ natively. Not entirely clear if this is a webtop/Selkies issue.
It's probably solveable by writing a redirect at the reverse proxy, so requests for webtop.example.com:3001/files/ get routed back to the IP, but figured I would post here to discuss.
Steps To Reproduce
See above
Environment
CPU architecture
x86-64
Docker creation
using docker-compose and traefikContainer logs
N/A - that request doesnt hit the containerMetadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done