- Modifié
pour installer kodexplorer
cd /var/www/
git clone https://github.com/kalcaddle/KODExplorer.git
chmod -Rf 777 ./KODExplorer/*
nano /etc/nginx/apps/kodexplorer.conf
Tu colle ça
# This block is used for a PHP app that is not in your main root
location /kodexplorer {
alias /var/www/KODExplorer/;
location ~ \.php$ {
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
include snippets/fastcgi-php.conf;
fastcgi_param SCRIPT_FILENAME $request_filename;
include fastcgi_params;
}
}
maintenant un petit
service nginx restart
et en allant sur ip/kodexplorer ça devrait fonctionné
Je ne suis pas un pro mais pour moi ça fonctionne comme ça