Download
Nginx
projaewoo
2020. 10. 12. 21:06
정의
- 요청에 응답하기 위해 비동기 이벤트 기반 구조
- <-> Apache HTTP서버 ; 서버의 스레드/프로세스 기반의 구조
설치
- homebrew 설치
- Nginx설치를 위해 우선적으로 HomeBrew설치 필요
brew doctor
- homebrew가 제대로 설치됐는지 확인
brew install nginx
- brew 통해서 nginx설치
brew services
- brew에 올라온 서비스 확인
brew services start nginx
- Nginx서비스 시작
brew services stop nginx
- Nginx 서비스 stop
/usr/local/etc/nginx/nginx.conf파일 열어서
/Users/projaewoo/Documents/WebHome/index.html파일이 있는 경로로 설정