安裝 nginx
apt install nginx -y
安裝PHP 8.0
apt install ca-certificates apt-transport-https software-properties-common -y
add-apt-repository ppa:ondrej/php
apt update
apt install php8.0 php8.0-fpm php8.0-dev php8.0-gd php8.0-curl php8.0-mysql php8.0-mbstring php8.0-xml php8.0-zip php8.0-bcmath php8.0-redis -y