我试图正确配置 nginx,但经过多次修改后,我搞砸了,所以我决定删除包sudo apt-get --purge remove nginx
- 但 nginx 目录仍然存在,其中包含所有配置文件,因此我手动将其删除。现在,当我尝试安装它时,它根本没有创建 nginx 目录。我试图自己创建它然后安装,但它没有改变任何东西。
所以现在我无法正确安装 nginx。是否有任何命令可以重新安装?(我也尝试过重新安装 - 也没有帮助)
dpkg -L nginx-common
输出:
/.
/usr
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/nginx.1.gz
/usr/share/doc
/usr/share/doc/nginx-common
/usr/share/doc/nginx-common/changelog.Debian.gz
/usr/share/doc/nginx-common/copyright
/usr/share/nginx
/usr/share/nginx/html
/usr/share/nginx/html/index.html
/usr/share/nginx/html/50x.html
/var
/var/log
/var/log/nginx
/var/lib
/var/lib/nginx
/run
/etc
/etc/ufw
/etc/ufw/applications.d
/etc/ufw/applications.d/nginx
/etc/logrotate.d
/etc/logrotate.d/nginx
/etc/nginx
/etc/nginx/sites-available
/etc/nginx/sites-available/default
/etc/nginx/uwsgi_params
/etc/nginx/conf.d
/etc/nginx/nginx.conf
/etc/nginx/win-utf
/etc/nginx/koi-utf
/etc/nginx/naxsi_core.rules
/etc/nginx/fastcgi_params
/etc/nginx/scgi_params
/etc/nginx/naxsi.rules
/etc/nginx/mime.types
/etc/nginx/naxsi-ui.conf.1.4.1
/etc/nginx/koi-win
/etc/nginx/proxy_params
/etc/nginx/sites-enabled
/etc/init.d
/etc/init.d/nginx
/etc/default
/etc/default/nginx
/lib
/lib/systemd
/lib/systemd/system
/lib/systemd/system/nginx.service
/usr/share/doc/nginx-common/CHANGES.gz
答案1
该nginx
软件包实际上只是一个元软件包,其中没有任何文件。请尝试重新nginx-common
安装nginx-full
。
这也解释了为什么你--purge
没有删除配置。