-
nginx 톰켓 연동카테고리 없음 2018. 3. 21. 14:50
http { ... ... server { listen 8080; ... ... location / { proxy_pass http://localhost:9001; } ... } }
출처: http://seongtak-yoon.tistory.com/39 [테이키스토리]
http { ... ... server { listen 8080; ... ... location / { proxy_pass http://localhost:9001; } ... } }
출처: http://seongtak-yoon.tistory.com/39 [테이키스토리]