server {
listen 4200 default;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
add_header 'Access-Control-Allow-Origin' "*";
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header "Access-Control-Allow-Headers" "Authorization, Origin, X-Requested-With, Content-Type, Accept";
proxy_pass http: //127.0.0.1:8080/;
}
}
On 28 Jul 2020, at 7:17 pm, Francisco Maria Calisto <francisco...@gmail.com> wrote:
First of all, thank you for your answer. The port 8586 is serving our web viewer, a CornerstoneJS based solution that we have to manipulate the medical images and to inform radiologists. On the other hand, the Orthanc server is served at the port of 8551 and listens at the port 8451.
--
You received this message because you are subscribed to the Google Groups "Orthanc Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orthanc-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orthanc-users/e5e035e1-74a5-4609-9311-aa4ecb52c1e2n%40googlegroups.com.