⬅︎ Back to How to uninstall nginx with apt
Thankyou, I was having problems getting the configuration files (/etc/nginx/) back after accidentily deleting them.I usedapt-get --purge remove ^nginxapt-get install nginxand reinstalled and they returned.
Comment
Thankyou, I was having problems getting the configuration files (/etc/nginx/) back after accidentily deleting them.
I used
apt-get --purge remove ^nginx
apt-get install nginx
and reinstalled and they returned.