To solve the issue with nginx repo:
curl -s https://nginx.org/keys/nginx_signing.key | sudo gpg --dearmor > /usr/share/keyrings/nginx-keyring.gpg
You should check why nginx doesn’t start.
systemctl status nginx --no-pager -l
To solve the issue with nginx repo:
curl -s https://nginx.org/keys/nginx_signing.key | sudo gpg --dearmor > /usr/share/keyrings/nginx-keyring.gpg
You should check why nginx doesn’t start.
systemctl status nginx --no-pager -l