ccf 4 anni fa
parent
commit
32cafc6db8
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      config/nginx/template/proginn.nginx.conf

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

@@ -205,6 +205,13 @@ server {
         proxy_set_header X-Request-Id $temp_request_id;
         proxy_set_header X-Request-Id $temp_request_id;
     }
     }
 
 
+
+    location ~ ^/l/ {
+        proxy_pass http://127.0.0.1:3000;
+        proxy_set_header Host $host;
+        proxy_set_header X-Request-Id $temp_request_id;
+    }
+
     location ^~ /skill {
     location ^~ /skill {
         proxy_pass http://127.0.0.1:3000;
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test.proginn.com;
         proxy_set_header Host {{domain}}.test.proginn.com;