centos 7 Nginx 명령 및 설정 시스템 서비스

1261 단어 Linux
환경: centos 7 nginx 1.16
1. 명령 및 서비스 설정
이 명령 / usr / local / / / 다음 / / 다음 다음 / / 다음 / / 다음 / / / 다음 / / 다음 / / / 다음 / / 다음 / / 다음 다음 / / 다음 다음 / / 다음 다음 / / 이 / 이 / 폴 / / 압축 압축 압축 압축 압축 / / / 다음 다음 / / 다음 다음 / / / 다음 다음 / / / / / / / / 이 / / 폴 폴 폴 폴 / 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 / / / / 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 / / / 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 파일 을 / / / / 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 압축 / / / / / / 압축 압축 압축 압축 압축 압축 압축 압축 x.프로 세 스 보기 관련 명령 ps - ef | grep nginx netstat - up | grep 80 kill - 9 nginx \ # 개별 상황 에 서 는 kill - 9 PID 가 적용 되 지 않 습 니 다.
시스템 서비스 경로 설정: / etc / systemd / system 파일 이름: nginx. service 내용 은 다음 과 같 습 니 다.
 [Unit]
Description=The nginx-server Process Manager
After=syslog.target
After=network.target

[Service]
Type=forking
PIDFile=/usr/local/nginx/logs/nginx.pid
ExecStart=/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s quit $MAINPID
PrivateTmp=true

[Install]
WantedBy=multi-user.target

시스템 서비스 명령 서비스 nginx start service nginx status service nginx reload service nginx stop
기타

좋은 웹페이지 즐겨찾기