Update Section_09/main.sh, Section_06/php.sh, Section_07/ssl.sh

This commit is contained in:
Kishan Takoordyal
2023-05-21 13:27:43 +00:00
parent 7900be4f59
commit bffd6c4fe7
3 changed files with 53 additions and 2 deletions

View File

@@ -45,3 +45,10 @@ sudo nano /etc/php/8.1/fpm/php.ini
sudo systemctl restart php${PHP_VER}-fpm
# sudo systemctl stop nginx
# sudo systemctl disable nginx
# Some useful commands
# update-alternatives --set php /usr/bin/php8.1
# update-alternatives --set phar /usr/bin/phar8.1
# update-alternatives --set phar.phar /usr/bin/phar.phar8.1
# update-alternatives --set phpize /usr/bin/phpize8.1
# update-alternatives --set php-config /usr/bin/php-config8.1