Skip to content

Commit

Permalink
dicom-server client_max_body_size 0 (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Apr 14, 2022
1 parent 168dc5b commit 22d9ec7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ location /dicom-server/ {
set $upstream http://dicom-server-service.$namespace.svc.cluster.local;
rewrite ^/dicom-server/(.*) /$1 break;
proxy_pass $upstream;

# no limit to payload size so we can upload large DICOM files
client_max_body_size 0;
}

0 comments on commit 22d9ec7

Please sign in to comment.