随笔分类 - nginx
摘要:(52条消息) Nginx性能优化(超详细)_nginx优化_IT.cat的博客-CSDN博客
阅读全文
摘要:https://www.cnblogs.com/babycomeon/p/11109494.html 模版渲染 动态web网页开发是Web开发中一个常见的场景,比如像京东商品详情页,其页面逻辑是非常复杂的,需要使用模板技术来实现。而Lua中也有许多模板引擎,如目前京东在使用的lua-resty-te
阅读全文
摘要:nginx配置ssl证书实现https https://www.cnblogs.com/zhoudawei/p/9257276.html
阅读全文
摘要:参考资料链接: https://blog.csdn.net/qq_41250616/article/details/107977891 https://www.cnblogs.com/netcorner/p/7209685.html https://blog.csdn.net/qq_39607449
阅读全文
摘要:https://www.cnblogs.com/liang-wei/p/5849771.html #nginx进程,一般设置为和cpu核数一样worker_processes 4; #错误日志存放目录 error_log /data1/logs/error.log crit; #运行用户,默认即是n
阅读全文
摘要:https://www.cnblogs.com/handongyu/p/6410405.html
阅读全文
摘要:https://www.jianshu.com/p/c07e34e3af76 https://www.cnblogs.com/huhuixin/p/7843161.html
阅读全文
摘要:F:\temp 下的目录文件。 例子:http://localhost/temp/nginx-1.12.2/html/ *** autoindex on 自动打开index文件
阅读全文
摘要:1,阿里云:SLB 2, 硬件负载均衡器(如:F5,RedWare ) 3,软件实现高可用或负载均衡。keepalived
阅读全文
摘要:1,先去这个网站申请一下证书 https://certmall.trustauth.cn/Home/Member/index/id/1521167511.html 上面会教你怎么去做。 2,就是配置自己的nginx了。 记得这个以来一定要安装 yum install openssl openssl-
阅读全文
摘要:https://www.cnblogs.com/zhming26/p/6278667.html https nginx配置 找到安装nginx的源码根目录,如果没有的话下载新的源码 http://nginx.org tar xvzf nginx-1.3.2.tar.gz 查看ngixn版本极其编译参
阅读全文
摘要:http://tool.oschina.net/apidocs/apidoc?api=nginx-zh
阅读全文
摘要:http://www.cnblogs.com/lovexinyi8/p/5845017.html 测试可用。 参看 https://www.cnblogs.com/liujuncm5/p/6713784.html 推荐看这个安装简单方便: https://www.cnblogs.com/liujun
阅读全文