何亦冷

导航

2022年6月16日 #

nginx简易配置

摘要: worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeo 阅读全文

posted @ 2022-06-16 10:25 何亦冷 阅读(40) 评论(0) 推荐(0) 编辑