ccf před 4 roky
rodič
revize
32cafc6db8
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  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;
     }
 
+
+    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 {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test.proginn.com;