I installed dhis2 on windows server running with IIS service but when i load the base domain to the server i fail get the instance running on the public domain thou locally it runs well on localhost.
any solution or idea on how its done. Thanks
Hi @mutungi_ian
You might need to configure the IIS service as a reverse proxy similar to the Nginx or Apache configurations which are explained in the docs Reverse proxy configuration.
Additionally, you might want to check all the configurations that referred to localhost
and ensure the server address is updated. Furthermore, if you could share the logs, Network and Catalina.out (without sensitive/authentication info), it might help understand why it’s not running when switching to the public domain?
Thank you!
1 Like