1. sudo apt update
    1. sudo apt install nginx
    1. 停止 sudo systemctl stop nginx
    2. 启动 sudo systemctl start nginx
    3. 重启 sudo systemctl restart nginx
    4. 重载配置 sudo systemctl reload nginx
    1. pkill -f uwsgi -9
    2. uwsgi -d --ini application/uwsgi.ini