Hi, I've set up an Orthanc server on an EC2 instance (port 8042) and set up nginx as a reverse proxy as well to listen to port 80. I'll attach the config file below.
My Image Ids are pointing to my EC2IP:80 using this scheme - wadouri:
http://EC2IP:80/instances/instance-identifier/fileI am passing the URLS via a Django view and then loading them in the WADO image loader. However, I am getting 400 bad request. Any idea what I'm doing wrong?