Code : Tout sélectionner
sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Code : Tout sélectionner
sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Code : Tout sélectionner
ls -l /var/www/html/
total 8
drwxrwxr-x 2 www-data www-data 4096 janv. 11 09:02 ecole-tcheu
-rw-r--r-- 1 root root 612 janv. 10 11:31 index.nginx-debian.html
Code : Tout sélectionner
ls /etc/nginx/sites-available/
ecole-tcheu.conf
Code : Tout sélectionner
sudo nginx -t
[sudo] Mot de passe de user :
nginx: [emerg] unknown directive "/etc/nginx/sites-available/site1.conf" in /etc/nginx/sites-enabled/ecole-tcheu.conf:3
nginx: configuration file /etc/nginx/nginx.conf test failedCode : Tout sélectionner
php7.4-fpm.pidphp7.4-fpm.sock php-fpm.sock
php7.4-fpm.pidphp7.4-fpm.sock : commande introuvableCode : Tout sélectionner
ls /var/run/php/
php7.4-fpm.pid php7.4-fpm.sock php-fpm.sock
Code : Tout sélectionner
ktd@linux:~$ php7.4-fpm.pidphp7.4-fpm.sock php-fpm.sock
php7.4-fpm.pidphp7.4-fpm.sock : commande introuvable
Code : Tout sélectionner
sudo mysq_secure_installation