This example will guide you through changing the port to 8443
1. Stop Orthanc Service and myQA iON services
2. Enable temporary permissions for all applications packages and users (Full control) for following files:
Nginx. Conf at C:\Program Files\IBA\myQA iON\nginx\nginx-1.19.8\conf
Applications.properties at C:\Program Files\IBA\myQA iON\config
Notify.Twiga at C:\Program Files\Orthanc Server\Scripts
RecievedInstanceFilter.lua at C:\Program Files\Orthanc Server\Scripts
3. Edit nginx.conf, notify.twiga and receivedinstancefilter files with Replace function:
4. In Applications.properties file insert the line:
Server.port=8443
5. Save all changes in all files, close, restore default permissions. Then restart the Orthanc and myQAiON services (see step 1)
6. myQA iON webpage will be accessible via port 8443
example: http://NAMEServer.network.net:8443/login
Thanks to Irina F. for providing this guide