Mercurial > hg > orthanc-dicomweb
view Resources/Samples/Proxy/NOTES.txt @ 634:d78c4b632ed3
Fix parsing of Accept header 'multipart/related; type=application/octet-stream; transfer-syntax=*' that is used by OHIF
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 14 Nov 2023 11:35:14 +0100 |
parents | 76e517d2e300 |
children |
line wrap: on
line source
This is a sample configuration file for nginx to test the DICOMweb plugin behind a HTTP proxy. To start the proxy as a regular user: $ nginx -c ./nginx.local.conf -p $PWD References about "Forwarded" header in nginx: https://onefeed.xyz/posts/x-forwarded-for-vs-x-real-ip.html https://www.nginx.com/resources/wiki/start/topics/examples/forwarded/