nginx 배포 사이트 서비스

//ssh       ;username    ;ip      ip
ssh username@ip  

//     
sudo apt-get update

//  nginx
sudo apt-get install -y nginx

//          ip;        IP  welcome to nginx      

//      nginx.conf;
//     /etc/nginx/sites-enabled   default   80    /var/www/html     ,                   ,          

//     nginx    ,    
nginx -t -c /etc/nginx/nginx.conf


//     nginx    
/usr/nginx/sbin/nginx -t

//nginx  
/etc/init.d/nginx reload

좋은 웹페이지 즐겨찾기