摘要: test.conf proxy_cache_path cache levels=1:2 keys_zone=my_cache:10m; server { listen 80; server_name testyhl.com; location / { proxy_cache my_cache; pr 阅读全文
posted @ 2020-02-24 17:09 ladybug7 阅读(207) 评论(0) 推荐(0) 编辑