Przeglądaj źródła

技术圈个人主页

ccf 3 lat temu
rodzic
commit
d42836b8f1
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      config/nginx/template/proginn.nginx.conf

+ 1 - 4
config/nginx/template/proginn.nginx.conf

@@ -21,10 +21,7 @@ server {
     location ~ ^/(composer.json|composer.lock|ThinkPHP/|vendor/|src/|bin/|App/|.git) {
         deny all;
     }
-    location ^~ /u/ {
-        proxy_pass http://127.0.0.1:3000;
-        proxy_set_header Host {{domain}}.test.proginn.com;
-    }
+
     location ^~ /user/ {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test-jishuin.proginn.com;