ccf %!s(int64=4) %!d(string=hai) anos
pai
achega
c71fdbb07e
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      config/nginx/template/proginn.nginx.conf

+ 6 - 0
config/nginx/template/proginn.nginx.conf

@@ -186,11 +186,17 @@ server {
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
+    location ^~ /bituni {
+        proxy_pass http://127.0.0.1:3000;
+        proxy_set_header Host {{domain}}.test.proginn.com;
+    }
+
     location ^~ /uapi {
         proxy_pass http://127.0.0.1:5000;
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
+
     location ^~ /wapi {
         proxy_pass http://127.0.0.1:5001;
         proxy_set_header Host {{domain}}.test.proginn.com;