2020年12月2日
摘要: 写一个nginx.conf方便用于下载某个网页的所有资源 worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; 阅读全文
posted @ 2020-12-02 06:07 项希盛 阅读(144) 评论(0) 推荐(0)