카테고리 없음

nginx 톰켓 연동

노트에버 2018. 3. 21. 14:50

http { ... ... server { listen 8080; ... ... location / { proxy_pass http://localhost:9001; } ... } }

출처: http://seongtak-yoon.tistory.com/39 [테이키스토리]