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

(Help) How to use nginx as a reverse proxy for cvat instead of traefik? #9113

Open
osman-goni-cse opened this issue Feb 17, 2025 · 1 comment
Labels
question Further information is requested

Comments

@osman-goni-cse
Copy link

I recently installed CVAT on a local VM. CVAT uses docker and installs a local Traefik container within the VM. The docs give instructions on how to run it on domain with free SSL by LetsEncrypt, but these docs assume that SSL termination happens on Traefik reverse proxy. But in my case, I already have a reverse proxy in charge of public facing IP, the SSL termination happens there. I do not have any idea how to remove traefik as a reverse proxy from cvat and use my nginx reverse proxy. Any help will be appreciated.

@azhavoro
Copy link
Contributor

@osman-goni-cse
Just set the traefik url as upstream in the nginx config file, otherwise you have to do all the routing at the nginx level. In my opinion, traffic consumes few resources to think about removing it and configure the routing on Nginx.

@azhavoro azhavoro added the question Further information is requested label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants