'include'에 해당되는 글 1건

  1. 2015.12.10 [Nginx] ssi 기능을 이용한 header / footer include 사용하기
SERVER/Nginx2015. 12. 10. 04:31

http://nginx.org/en/docs/http/ngx_http_ssi_module.html


보통은 웹어플리케이션단에서 include 기능을 지원하기 때문에 별 의미가 없을 수 있지만


요즘 같이 api 서버 따로 만들고 웹UI 개발쪽에서 html / css 작업 개별로 할 경우에


굳이 ws에 추가 어플리케이션을 깔지 않고 nginx만으로도 아래와 같이 include가 구현이 가능하다.



 include

Includes the result of another request into a response. The command has the following parameters:
file
specifies an included file, for example:
<!--# include file="footer.html" -->



그 이외에도 다양한 Command 처리가 많으니까 참고하면 좋을 듯하다.


Posted by 시니^^