반응형
Linux nginx
* 설정파일 경로 찾기 명령어
find / -name nginx.conf
* 환경파일 종류
nginx.conf : 어플리케이션 기본환경 설정
proxy.conf : 프록시 관련 환경 설정
mime.types : 파일 확장명과 MIME TYPE 목록
* nginx service 시작,종료,재시작
service nginx start
service nginx stop
service nginx restart
반응형
댓글