`
Jason10000
  • 浏览: 573 次
  • 性别: Icon_minigender_2
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论
文章列表
其实配置非常简单nginx.conf: #user nobody; worker_processes 1; error_log logs/error.log; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; #gzip on; ...
Global site tag (gtag.js) - Google Analytics