[Docker] 톰캣을 위한 NginX 설치

HardCarry·2022년 8월 17일
0

Docker

목록 보기
7/16

도커 설치

$ sudo docker run -itd -p 8880:80 -v /usr/docker/nginxForTomcat/var/www:/usr/share/nginx/html -v /usr/docker/nginxForTomcat/nginx/conf:/etc/nginx/conf --name nginxForTomcat --network bridge -u root nginx:1.20.1

참고 링크

수정해야 할 파일 위치

conf 파일

/etc/nginx/conf : defalut.conf
/etc/nginx  : nginx.conf

Web server 파일

/user/share/nginx : html 폴더 안에 Web server 파일들 다 있음
profile
안녕하세요, 하드캐리입니다

0개의 댓글