ccf 4 年之前
父节点
当前提交
59d8a1e433
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      config/nginx/template/proginn.nginx.conf

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

@@ -207,11 +207,6 @@ server {
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
-    location ^~ /l/ {
-        proxy_pass http://127.0.0.1:3000;
-        proxy_set_header Host {{domain}}.test.proginn.com;
-    }
-
     location / {
         if (!-e $request_filename) {
             rewrite  ^(.*)$  /index.php?s=$1  last;