Reset orthanc reverse proxy to test unaccessible series - DO NOT MERGE #3734
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is for reproducing the issue raised in #3674
And also to get back the docker container to work with Orthanc (was in previous commit, usefull in many case)
In the ngnix reverse proxy i add a specific location to forbide the access of one series, of course the StudyInstanceUID and SeriesInstanceUID should match the ressource you have.
So to reproduce :
Start the docker compose
Send a dicom study to orthanc with at least 2 series (localhost:8042 and go to import page, drag and drop file)
Update the nginx reverse proxy to one existing StudyInstanceUID and SeriesInstanceUID
Restart the docker compose to update the modified ngnix config
Open OHIF to this dicom web server, the HP should not start because one of the series is forbidden by the backend, it would be better if OHIF could consider the series as non available (missing) and continue tu run on whatever is accessible