nginx ssi 모듈
2229 단어 nginx
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 적용