CLOUD/Infrastructure

Nginx 웹서버 설치 및 사용법 (Ubuntu 20.04 기준) 에러로그보기, 접속로그보기

헐리 2022. 2. 10. 15:46

설치하기

sudo apt install nginx

 

시작하기

systemctl start nginx

#상태 확인
systemctl status nginx

 

nginx.conf 파일 작성 후  설정하기

cd /etc/nginx/conf.d

위의 경로로 이동하여 nginx.conf 파일 작성

 

로그보기

# access_log 
/var/log/nginx/default/access.log
# error_log 
/var/log/nginx/default/error.log