Nginx1 gunicorn + nginx 명령어 sudo systemctl daemon-reload #데몬 리로드 sudo systemctl start gunicorn # 작성한 서비스 실행 sudo systemctl enable gunicorn # 서버 재시작시 자동으로 실행 sudo systemctl status gunicorn.service # 실행한 서비스 상태 보기 sudo systemctl stop gunicorn # 서비스 중지 sudo systemctl restart gunicorn # 서비스 재시작 실행확인 sudo systemctl status gunicorn.service ( 작성한 파일명마다 다름) ========================================== [Unit] Description=gunicorn dae.. 2022. 1. 11. 이전 1 다음