NGINX 서버 띄우기
NGINX 서버 띄우기 mac 기준 Brew 사용하여 Nginx 설치 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install nginx nginx // nginx 구동 nginx -s stop // nginx 중지 nginx 명령어 입력 후, localhost:8080 입력 기존 NGINX를 처음 시작시 localhost:8080에서 보여지는 화면 사용자가 원하는 화면을 띄우기 위해 root 수정 설치된 nginx 디렉토리 이동 cd /usr/local/etc/nginx vim Editor로 nginx.conf 파일 수정 vi nginx.conf nginx.conf 수정 화면 ..
2021.05.21