I'm trying to run iTop on 127.0.0.1 and use nginx as a reverse-proxy. If the servers accessible IP changes, I don't to have to reconfigure iTop, and also, if I move iTop to another server, I don't have to change anything. The problem I'm finding is that iTop is running scripts with the full URL being used to access it. This prevents the server from being accessed in multiple ways concurrently - which could be IP address or via a hosts lookup, or DNS or via a URL rewrite by a edge device, each providing...
I'm trying to run iTop on 127.0.0.1 and use nginx as a reverse-proxy. If the servers accessible IP changes, I don't to have to reconfigure iTop, and also, if I move iTop to another server, I don't have to change anything. The problem I'm finding is that iTop whats to know the URL being used to access it, which could be IP address X or via a hosts entry for X or via a URL rewrite by a edge device Has anyone else managed tried to configure iTOP in this way, and has reasonable solution? TIA