nginx12 - rewrite 모듈

2387 단어 nginx
1. 개술
1.nginx  ngx_http_rewrite_module    url  、  ifelse2.     PCRE  ,    nginx   PCRE  。
3.                 ,   location      location,
               10 ,   nginx   5004.      set  ,           ,            ,
         、       location、        。
5.  rewrite             ;

2. rewrite 문법 형식
2.1 형식
rewrite regex replacement [flag];

응용 장면
server, location, if

2.2 문법 해석
1.regex        uri    
2.replacement      uril  
3.[flag]            (    2.3 flag  )

2.3 flag
2.3.1 기본 개념
1.last,   rewrite      ,      rewrite   ;
           URI  location;
2.break,   rewrite      ,      rewrite   ,       ;
      location    rewrite   location    rewrite      ;
3.redirect,  302     ,            ; 
  replacement        ,        URI,      URI   location     ,    30x  。
    redirect            30x(  302)   ,    URI  http:// https://   。302,         ,                 。
4.permanent,  301     ,            ;
                  ,                     。

2.3.2 차이
1.last    server ifbreak     location ;
2.last       url  ,   url   server       ,
   break3.break last           rewrite  。

좋은 웹페이지 즐겨찾기