Linux 에서만 설치해보다가 Native 로 MacBook에 설치해보는 삽질기
brew install nginx
brew services start nginx
MacOS 에서는 NGINX 가 Default 포트가 8080 임
/usr/local/etc/nginx/nginx.conf nginx -V 2>&1 | grep -o '\-\-conf-path=\(.*conf\)' | cut -d '=' -f2
/usr/local/etc/nginx/nginx.conf
nginx -V 2>&1 | grep -o '\-\-conf-path=\(.*conf\)' | cut -d '=' -f2