NGINX

HTTP 웹 서버, 리버스 프록시, 로드 밸런서, 콘텐츠 캐시, 메일/TCP/UDP 프록시.

공식 nginx.org 저장소에서 NGINX 웹 서버를 설치합니다.

기본 위치

  • 웹 루트: /usr/share/nginx/html
  • 구성: /etc/nginx/nginx.conf 그리고 /etc/nginx/conf.d
  • 로그: /var/log/nginx/

접근

브라우저를 실행하세요: http://<server-ip>/

서비스 제어 명령어

sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo systemctl status nginx
sudo systemctl reload nginx

신청 세부사항