Erro Nginx depois de atualizar WordOps

Fui tentar atualizar para o PHP 7,4, mas antes rodei o “wo update --force”

Depois disso começou o erro no Nginx. Rodei o Comando “wo stack upgrade --nginx” mas também não resolveu.

*Site está OFF

Gabriel poderia me ajudar?

image

Se executar o nginx -t qual o retorno?

nginx: [warn] “ssl_stapling” ignored, issuer certificate not found for certificate “/var/www/22222/cert/22222.crt”
nginx: [emerg] duplicate location “/xmlrpc.php” in /var/www/terrarainterlagos.com.br/conf/nginx/xmlrpc.conf:2
nginx: configuration file /etc/nginx/nginx.conf test failed

Com a atualização uma configuração ficou duplicada.
Usa: rm -r /var/www/terrarainterlagos.com.br/conf/nginx/xmlrpc.conf

Depois testa novamente com nginx -t e compartilha o resultado.

nginx: [warn] “ssl_stapling” ignored, issuer certificate not found for certificate “/var/www/22222/cert/22222.crt”
nginx: [warn] could not build optimal variables_hash, you should increase either variables_hash_max_size: 1024 or variables_hash_bucket_size: 64; ignoring variables_hash_bucket_size
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

parece que resolveu o erro do nginx, mas o site ainda está off

image

Pelo print está sem o php
Tenta: wo stack install --php74

Depois: wo site update terrarainterlagos.com.br --php74

Obrigado mais uma vez Gabriel!

Deu Certo! Tudo resolvido.