Browse Source

update nginx.conf

Feick 2 years ago
parent
commit
a2a707a8b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -28,7 +28,7 @@ http {
 
         # /rest/diagnosis/login  --> /login
     	location /rest/diagnosis {
-    	    proxy_pass http://diagnosis:8080/;
+    	    proxy_pass http://diagnosis:8080;
     	    #proxy_set_header   Host             $host;
     	    #proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
     	}