nginx 윈도 우즈 서비스

1252 단어
window 의 nginx 는 console 프로 세 스 에서 실 행 됩 니 다. nginx 프로 세 스 를 보 려 면 명령 이 필요 합 니 다.
tasklist /fi "imagename eq nginx.exe"

프로 세 스 죽 이기 명령 사용 가능
taskkill /pid pid /f

nginx 시작 명령
start nginx #     exe  ,        
nginx -s stop       
nginx -s quit       
nginx -s reload           
nginx -s reopen             

nginx 를 windows 서비스 로 만 들 려 면 도구 winsw, GitHub 를 이용 할 수 있 습 니 다.https://github.com/kohsuke/winsw, Binaries :http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/ 문서 설명:https://github.com/kohsuke/winsw/blob/master/doc/xmlConfigFile.md
구체 적 인 작업: winsw 를 다운로드 하여 nginx 루트 디 렉 터 리 에 놓 고 nginx - service. exe (이름 임 의) 로 이름 을 바 꾸 고 새 xml 는 nginx - service. xml (이름 은 winsw 의 exe 와 일치 해 야 합 니 다)

    nginx
    nginx
    nginx
    %BASE%/nginx.exe 
    %BASE%/nginx.exe -s quit
    true
    
    %BASE%/logs
    
        yyyyMMdd
    
 

좋은 웹페이지 즐겨찾기