소스 검색

seo地址

ccf 4 년 전
부모
커밋
9860a13bea
1개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 7
      config/nginx/template/proginn.nginx.conf

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

@@ -187,17 +187,12 @@ server {
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
-    location ^~ /r/w {
-        proxy_pass http://127.0.0.1:3000;
-        proxy_set_header Host {{domain}}.test.proginn.com;
-    }
-
     location ^~ /learn {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
-    location ^~ /l {
+    location ^~ /l/ {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
@@ -207,7 +202,7 @@ server {
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
-    location ^~ /c {
+    location ^~ /c/ {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test.proginn.com;
     }