개발자의 끄적끄적

[CentOs] nginx 설치하기 본문

개발/linux

[CentOs] nginx 설치하기

효벨 2020. 7. 10. 03:00
728x90
반응형

[CentOs] nginx 설치하기

 

 

  • yum을 이용한 초간단 설치
sudo yum install nginx
  • 설정파일위치 : /etc/nginx/nginx.conf

  • 실행/정지 : sudo systemctl start nginx / sudo systemctl stop nginx

  • html파일 위치 : /usr/share/nginx/html/

  • 로그파일 위치: /var/logs/nginx/ ...

 

출처 : https://cpdev.tistory.com/128?category=724738

반응형
Comments