animeic 2 lat temu
rodzic
commit
fa861e617e
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      nginx/conf.d/default.conf

+ 5 - 2
nginx/conf.d/default.conf

@@ -40,8 +40,11 @@ server {
     #}
 
     # 3dshow
-    location /3dshow/ {
-       proxy_pass  http://3dshow:8888/3dshow/;
+    location /supplier/ {
+       proxy_pass  http://3dshow-supplier:8888/supplier/;
+    }   
+    location /customer/ {
+       proxy_pass  http://3dshow-customer:8888/customer/;
     }   
 
     location /supplyUser/ {