diff Applications/Samples/nginx.local.conf @ 445:ee41b6a017d7 bgo-commands-codegen

dumb change
author bgo-osimis
date Wed, 16 Jan 2019 16:24:45 +0100
parents b04b13810540
children 40bb5eb247a5
line wrap: on
line diff
--- a/Applications/Samples/nginx.local.conf	Fri Dec 28 10:40:34 2018 +0100
+++ b/Applications/Samples/nginx.local.conf	Wed Jan 16 16:24:45 2019 +0100
@@ -30,7 +30,7 @@
     # reverse proxy orthanc
 	location /orthanc/ {
 		rewrite /orthanc(.*) $1 break;
-		proxy_pass http://127.0.0.1:8042;
+		proxy_pass http://127.0.0.1:8044;
 		proxy_set_header Host $http_host;
 		proxy_set_header my-auth-header good-token;
 		proxy_request_buffering off;