TheRaspberrySecuritySystem author:sztu-1013 配置环境: 安装 Nginx 和 PHP7 sudo apt-get update sudo apt-get install nginx php7.0-fpm php7.0-cli php7.0-curl php7.0-gd php7.0-mcrypt php7.0-cgi sudo service nginx start sudo service php7.0-fpm restart 配置tornado: pip install tornado