Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Configure Convoy to Run Under a Sub-Path (e.g., myapp.com/convoy)? #2188

Open
RamDurgaSai opened this issue Nov 13, 2024 · 3 comments

Comments

@RamDurgaSai
Copy link

I currently have Convoy running at convoy.myapp.com. I need to move this instance to myapp.com/convoy. How can I set up Convoy to run under this sub-path?

I tried setting the CONVOY_HOST environment variable to myapp.com/convoy but it didn't work. Any guidance on correctly configuring this would be greatly appreciated.

Copy link

linear bot commented Nov 13, 2024

@jirevwe
Copy link
Collaborator

jirevwe commented Nov 13, 2024

Hello @RamDurgaSai,

Are you self-hosting Convoy or using the cloud?

Sub-domain configuration is done using DNS, but in your case you might want to modify your reverse-proxy config to route all traffic to Convoy to /convoy/*

@RamDurgaSai
Copy link
Author

Self-Hosted Convoy is used.

Yes, I set up my ingress to route all traffic that starts with /convoy/* to the convoy web service. However, the frontend is still searching for files from the base path (/) rather than the subpath (/convoy).
Screenshot 2024-11-13 at 3 32 38 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants