
脚本
脚本
智慧健康
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ansible远程执行的环境变量问题
一定要设置在 /etc/bashrc, 其他文件无效如/etc/profile和~/.bash_profile原创 2018-11-06 17:31:45 · 3312 阅读 · 0 评论 -
Nginx+Lua+redis, 商品详情页缓存技术
需要使用openresty软件1 lua配置 test.lua 需要写入缓存逻辑\#user nobody; worker_processes 2; error_log logs/error.log; events { worker_connections 1024; } http { include mime....原创 2019-02-19 22:26:57 · 1530 阅读 · 0 评论