fuyu 4 年之前
父节点
当前提交
22021dcfec
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      https.d/pacsview.conf

+ 4 - 0
https.d/pacsview.conf

@@ -13,4 +13,8 @@ server {
 	index	index.html index.htm;
 	# root /data/www/pacsview;
   root /data/3.0/BY-YJ/pacsview;
+
+  location /dcmdowm/ {
+      proxy_pass https://127.0.0.1:9999/;
+  }
 }