Alors déjà quand je me connecte au ssh jai ce message peut être une piste ?
nvm is not compatible with the npm config "prefix" option: currently set to "/root/.npm-global"
Run nvm use --delete-prefix v7.8.0 --silent to unset it.
root@dedi-par-54470:~#
Après première commande
root@dedi-par-54470:~# whereis nginx;
nginx: /usr/sbin/nginx /usr/lib/nginx /etc/nginx /usr/share/nginx /usr/share/man/man8/nginx.8.gz
root@dedi-par-54470:~#
Seconde
root@dedi-par-54470:~# apt show nginx | egrep 'Package|Version|APT-Sources';
WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.
Package: nginx
Version: 1.14.0-1~jessie
APT-Sources: http://nginx.org/packages/debian/ jessie/nginx amd64 Packages
root@dedi-par-54470:~#
Troisième
root@dedi-par-54470:~# dpkg --status nginx | grep Status;
Status: install ok installed
root@dedi-par-54470:~#