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 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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: