mac install nginx

524 단어
mac install nginx
mac 에 nginx 설치 하기
  • nginx 설치
    brew install nginx
    
  • nginx 시작
  • 방법 1
  • sudo nginx
    nginx -v
    nginx -s stop
    
  • 방법 2
  • sudo brew services start nginx  //   nginx
    sudo brew services stop nginx  //   nginx
    sudo brew services restart nginx //   nginx
    
  • nginx 프로필 경로
    /usr/local/etc/nginx/nginx.conf (      )
    /usr/local/var/www (       )
    /usr/local/Cellar/nginx/1.8.0 (    )
    
  • 좋은 웹페이지 즐겨찾기