This commit is contained in:
Masroor Ehsan 2025-01-27 11:24:49 +06:00
parent 045df2ea34
commit a56477ce0f
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,7 @@ location = /50x.html {
# https://book.orthanc-server.com/faq/nginx.html#nginx # https://book.orthanc-server.com/faq/nginx.html#nginx
location /orthanc/ { location /orthanc/ {
proxy_http_version 1.1;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View File

@ -7,6 +7,8 @@ window.config = {
}, },
showStudyList: false, showStudyList: false,
studyListFunctionsEnabled: false,
filterQueryParam: false,
investigationalUseDialog: { investigationalUseDialog: {
option: "never", option: "never",
}, },
@ -98,7 +100,7 @@ window.config = {
// above, the number of requests can be go a lot higher. // above, the number of requests can be go a lot higher.
prefetch: 25, prefetch: 25,
}, },
// filterQueryParam: false,
httpErrorHandler: (error) => { httpErrorHandler: (error) => {
// This is 429 when rejected from the public idc sandbox too often. // This is 429 when rejected from the public idc sandbox too often.
if (error.status) { if (error.status) {