Accessing TPOT dashboard behind a reverse proxy #1555
Replies: 2 comments
-
Check out the Wiki for an example, you also need to add a |
Beta Was this translation helpful? Give feedback.
0 replies
-
I changed the tpotweb.conf and build a custom local image out of it and used it into the docker-compose.yml, its working fine now. Thanks for your time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to access TPOT reverse proxy dashboard from another nginx reverse proxy, but I get 502 error code, I think the problem is with ssl, what are the steps to bring TPOT nginx from https to http? I have edited tpotce/docker/nginx/dist/conf/tpotweb.conf to list on http, and after I did docker compose -f tpotce/docker-compose.yml down && docker compose -f tpotce/docker-compose.yml up -d --build, but it did not change to http.
Beta Was this translation helpful? Give feedback.
All reactions