Getting 500 Internal Server Error During Sending DICOM File Local To Live Orthanc Server

Hello

When I am sending a DICOM file(size 557MB) from local Orthanc to live Orthanc server then after 10 minutes sending failed and showing 500 Internal Server Error.

I am getting following error in console

POST http://localhost/peers/peer2/store 500 (Internal Server Error).

Note: Around 24MB dicom file is ending successfully.

HOw to fix?

What happens if you send the same files to a local Orthanc ?
From other posts you made on the same topic, I think you have an nginx in front of your server so nginx might be interrupting the connection after 10 minutes or limit the size of HTTP requests …
So please, first test locally to check if it’s an Orthanc issue.

OK

How to setup two OSIMIS Orthanc server at local machine?

Please don’t post the same question in different threads:
https://groups.google.com/d/msg/orthanc-users/s0_NTNw139k/JTZHRKGgCgAJ

Sébastien-