Erro nginx estranho, mas nginx -t está bem

0

Ao tentar executar sudo apt install nginx , recebo o erro informativo:

Failed to start a high performance web server and a reverse proxy server.

Quando executo sudo nginx -t , obtenho:

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

Assim, não tenho ideia de como depurar ou descobrir o que há de errado com o meu nginx.

Alguma idéia?

    
por Nate Gardner 21.01.2017 / 02:45

1 resposta

1

Tente: tail -f /var/log/nginx/error.log e reinicie o nginx novamente e observe a saída do registro.

Talvez você já tenha o apache2 instalado? A porta 80 só pode ser usada por um aplicativo de servidor da Web.

    
por albert j 21.01.2017 / 05:41