You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/*
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).
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.
The text was updated successfully, but these errors were encountered: