반응형
nas에 apache 대신 nginx를 설치
그냥 ipkg install nginx하면 끝... ㅋ
bash-3.2# ipkg install nginx |
실행 방법 : /opt/sbin/nginx start
conf 파일 : /opt/etc/nginx/nginx.conf
로그 위치 : /opt/var/nginx/log
기동
bash-3.2# nginx |
종료
bash-3.2# nginx -s quit 또는 bash-3.2# nginx -s stop 안되면 bash-3.2# killall nginx |
오류 정리
nginx 기동시
nginx: [emerg] getgrnam("nogroup") faile 오류 시
DSM에서 nogroup 그룹을 생성한다.
반응형
'NAS' 카테고리의 다른 글
DS213+ gcc bash 설치 (0) | 2022.03.22 |
---|---|
DS213+ apache 설치 (0) | 2022.03.22 |
DS213+ SVN 설치 (0) | 2022.03.22 |
DS213+ SVN 계정 추가 및 저장소 생성 (0) | 2022.03.22 |
DS213+ SVN port 확인 (0) | 2022.03.22 |