ccf hace 4 años
padre
commit
6b3b1cd75b
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      config/nginx/template/proginn.nginx.conf

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

@@ -186,11 +186,6 @@ 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;