I installed ansible tower on my system. I did not know that it uses port 80 and 443.
I was hosting my grafana server on my nginx. And after I installed ansible-tower, I am not able to access my grafana server, as every request goes to ansible tower.
This is what I get,
I stopped this tower service, and then tried to access my grafana. But then I get 502 error, even though my grafana and nginx are running.
I think the solution is to run nginx on some different port OR hosting ansible-tower behind nginx.
Someone has hosted ansible-tower behind nginx ? Please help me. I read the official page on reverse proxying but did not get anything.