在你开始之前 安装 sudo apt install cargo cargo install nginx-cache-purge 使用ngx_http_lua_module重建您的nginx() 开始 sudo nginx -c $PWD/nginx.conf -g "pid /var/run/nginx.pid;" 重装 sudo nginx -s reload -c $PWD/nginx.conf -g "pid /var/run/nginx.pid;" 测试配置 sudo nginx -t -c $PWD/nginx.conf