view Resources/Samples/Proxy/NOTES.txt @ 498:a9d773afdbc6

Fix issue #196 (STOW-RS: Should return 200 only when successfully stored all instances)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 May 2021 18:58:36 +0200
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/