nginx 정적 파일 설정

986 단어 Nginx
nginx 관련 명령
vim /etc/nginx/nginx.cnf
sudo nginx -t  #         ok
sudo nginx -s reload #       ,    

//     
$ sudo systemctl status nginx.service
 
//    nginx   
$ sudo systemctl start nginx.service
 
//     
$ sudo systemctl restart nginx.service
 
//       
$ sudo systemctl list-units --type=service

정적 파일 설정https://www.cnblogs.com/moon3/p/11095645.html
location /huan/ {
      alias /home/www/huan/; #      /     
}

좋은 웹페이지 즐겨찾기