相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

debian nginx php install

PHP

apt install php php-fpm php-common php-pear php-mbstring

vi /etc/nginx/sites-available/default


location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
}

systemctl restart php7.3-fpm nginx

echo “” > /var/www/html/info.php

PHP
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク

コメント