nginx ssi 모듈

2229 단어 nginx
nginx 에서 SSI 설정 과 관련 된 매개 변 수 는 주로 ssi 가 있 습 니 다. ssi_sclient_error ssi_type 세 개.구체 적 인 용법 은 아래 와 같다.
ssi on

  ssi  ,   off

ssi_silent_errors on

    off,      SSI            :"[an error occurred while processing the directive] "

ssi_types

   ssi_types text/html,      htm html  ,        ,    shtml  ,     :ssi_types text/shtml

SSI 참조 형식 은 다음 과 같 습 니 다.
SSI   :

<!--#include file="foot.html"-->

 

<!--#include virtual="/tx/foot.html"-->

     server root   。       

 
예 를 들 어 index. html 페이지 에 다음 단락 이 있 습 니 다.
 
<div class="footer">

 <div class="footer_bottom">     @2011     www.361way.com  ICP XXXX </div>

  <div class="footer_bottom" >  :  …………………… </div>

</div>

foot. html 또는 foot. shtml 로 저장 할 수 있 습 니 다. index. html 에 도입 하면 됩 니 다.
 
전제 reload 아래 ssi 적용

좋은 웹페이지 즐겨찾기