사용자 도구

사이트 도구


nginx:install

nginx Install

centos

EPEL

Repository 직접 지정

  • /etc/yum.repos.d/nginx.repo
    [nginx]
    name=nginx repo
    baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
    gpgcheck=0
    enabled=1
  • yum install nginx
  • chkconfig nginx on

Windows

nginx/install.txt · 마지막으로 수정됨: 2018/08/10 12:21 저자 kwon37xi