随笔分类 -  中间件

摘要:tomcat中对静态资源的访问也会用servlet来处理吗? https://www.zhihu.com/question/57400909 阅读全文
posted @ 2022-12-02 10:54 tonggc1668 阅读(50) 评论(0) 推荐(0)
摘要:nginx配置项server_name与host的匹配优先级 https://blog.csdn.net/kingu_crimson/article/details/124866259 阅读全文
posted @ 2022-09-14 15:20 tonggc1668 阅读(54) 评论(0) 推荐(0)
摘要:Nginx服务配置文件中变量详解 https://blog.csdn.net/ljc1999/article/details/112920020 Nginx五大类变量详解 https://blog.csdn.net/weixin_43143310/article/details/121687473 阅读全文
posted @ 2022-09-14 14:38 tonggc1668 阅读(23) 评论(0) 推荐(0)
摘要:nginx rewrite 用法,用rewrite去除URL中的特定参数 https://cloud.tencent.com/developer/article/1918481 nginx部分内置变量详解 https://blog.csdn.net/u014589884/article/detail 阅读全文
posted @ 2022-06-14 10:08 tonggc1668 阅读(45) 评论(0) 推荐(0)
摘要:MinIO多用户权限控制管理的实现 http://www.04007.cn/article/929.html 匿名访问存储桶和对象后来发现,可以为buckets和objects设定匿名访问策略,简单测试的话挺好。允许的策略有none, download, upload, public。默认是none 阅读全文
posted @ 2022-06-09 11:29 tonggc1668 阅读(1775) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/b96444272af7 https://www.cnblogs.com/jkwang/p/6255615.html https://chenyongjun.vip/articles/78 https://www.jianshu.com/p/364 阅读全文
posted @ 2022-04-29 11:56 tonggc1668 阅读(71) 评论(0) 推荐(0)
摘要:nginx $remote_addr 详解 https://blog.csdn.net/weixin_33682790/article/details/91707494 Nginx 之 realip模块 使用详解 https://blog.csdn.net/qq_24794401/article/d 阅读全文
posted @ 2022-04-20 14:14 tonggc1668 阅读(57) 评论(0) 推荐(0)
摘要:https://segmentfault.com/q/1010000013600965?utm_source=tag-newest max_fails=3 fail_timeout=30s代表在30秒内请求某一应用失败3次,认为该应用宕机,后等待30秒,这期间内不会再把新请求发送到宕机应用,而是直接 阅读全文
posted @ 2022-04-14 11:16 tonggc1668 阅读(648) 评论(0) 推荐(0)
摘要:/var/log/messages 2022-02-09T10:33:43.326580+08:00 linux-90ii kernel: [3529212.412777] IPv4: martian source 172.16.1.165 from 172.16.1.165, on dev eth 阅读全文
posted @ 2022-02-09 10:51 tonggc1668 阅读(148) 评论(0) 推荐(0)
摘要:./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/usr/local/src/pcre-8.35 阅读全文
posted @ 2022-01-14 11:35 tonggc1668 阅读(63) 评论(0) 推荐(0)
摘要:https://docs.min.io/docs/setup-nginx-proxy-with-minio.html proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forw 阅读全文
posted @ 2022-01-07 16:23 tonggc1668 阅读(339) 评论(0) 推荐(0)
摘要:nginx里面的sites-available和sites-enabled有什么区别 https://segmentfault.com/q/1010000009726769/ nginx 配置详解(新手必看) https://www.cnblogs.com/jenkin1991/p/8301983. 阅读全文
posted @ 2022-01-07 15:38 tonggc1668 阅读(329) 评论(0) 推荐(0)
摘要:https://docs.min.io/docs/setup-nginx-proxy-with-minio.html 阅读全文
posted @ 2022-01-07 15:25 tonggc1668 阅读(74) 评论(0) 推荐(0)
摘要:Nginx access.log文件太大,自动释放清理 https://freexyz.cn/server/18640.html Linux服务器因为Nginx日志access.log文件过大项目无法访问的问题 https://www.cnblogs.com/shoose/p/13539571.ht 阅读全文
posted @ 2022-01-03 21:58 tonggc1668 阅读(282) 评论(0) 推荐(0)
摘要:[root@node3 sbin]# cat /usr/local/nginx/conf/nginx.conf #user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#er 阅读全文
posted @ 2022-01-03 20:50 tonggc1668 阅读(224) 评论(0) 推荐(0)