(Nginx) Nginx와 Tomcat연결

*Nginx가 대용량을 받는데, 특화되어있다.

* Nginx -> node.js
* Nginx ->python
* Nginx + php


/etc/nginx/sites-available/

/etc/nginx/sites-enabled


-->>nginx가 이 경로의 설정파일을 자동으로 읽는다. 보통 여기서 sites-available의 설정파일을 심볼릭 링크해 사용함.

댓글

이 블로그의 인기 게시물

(Garbage Collection) Old Area의 Concurrent Mark-sweep 알고리즘

(데이터베이스) HAVING절과 WHERE 절의 차이

(Pytorch) DataLoder 클래스