NGINX 실행 시 문제 발생

NGINX 실행 시 문제 발생

AWS Lightsail 인스턴스가 있고 다른 포트에서 NGINX와 Apache를 실행하고 있습니다. (8080에서는 Apache, 80에서는 Nginx). 정상적으로 실행 중이었지만 아침부터 Nginx가 작동을 멈추고 다시 시작하면 아래 문제가 발생합니다. 그리고 내 웹사이트 중 하나가 로드되지 않습니다.

nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/nginx.service.d
           └─override.conf
   Active: active (running) since Wed 2020-08-26 09:09:59 UTC; 6s ago
     Docs: man:nginx(8)
  Process: 9892 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid (code=exited, status=0/SUCCESS)
  Process: 9908 ExecStartPost=/bin/sleep 0.1 (code=exited, status=0/SUCCESS)
  Process: 9906 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  Process: 9894 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
 Main PID: 9907 (nginx)
    Tasks: 2 (limit: 2348)
   CGroup: /system.slice/nginx.service
           ├─9907 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
           └─9909 nginx: worker process

Aug 26 09:09:59 ip-172-26-3-19 systemd[1]: Starting A high performance web server and a reverse proxy server...
Aug 26 09:09:59 ip-172-26-3-19 systemd[1]: Started A high performance web server and a reverse proxy server.

이것은 nginx 오류 로그입니다.

2020/08/26 06:17:09 [alert] 1930#1930: *20 open socket #18 left in connection 9
2020/08/26 06:17:09 [alert] 1930#1930: *35 open socket #17 left in connection 14
2020/08/26 06:17:09 [alert] 1930#1930: aborting

나는 nginx -t를 시도했습니다. 그것도 성공했습니다.

도와주세요

관련 정보