Uninstalling nginx via apt-get: Stopping nginx: invoke-rc.d: initscript nginx, action «stop» failed.
invoke-rc.d: initscript nginx, action «start» failed. dpkg: error processing nginx (—configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)
Для исправления ошибки удалите nginx командой
apt-get remove nginx -yf
И потом за нового установите nginx
apt-get install nginx
Просмотров: 1125