(MacOS) NGINX 설치

설탕찍은사과·2024년 6월 9일
0

Linux 에서만 설치해보다가 Native 로 MacBook에 설치해보는 삽질기

Brew 로 NGIX 설치

brew install nginx

서비스 시작

brew services start nginx

http://localhost:8080 으로 접속

MacOS 에서는 NGINX 가 Default 포트가 8080 임

NGINX 설정파일

/usr/local/etc/nginx/nginx.conf

nginx -V 2>&1 | grep -o '\-\-conf-path=\(.*conf\)' | cut -d '=' -f2
profile
귀찮아하지말고 계속 정리하고 공부하자

0개의 댓글