1.curl -O https://arthas.aliyun.com/arthas-boot.jar 2.java -jar arthas-boot.jar 3.分析代码中的方法 - tra ...
1.curl -O https://arthas.aliyun.com/arthas-boot.jar 2.java -jar arthas-boot.jar 3.分析代码中的方法 - tra ...
1.报错IllegalArgumentException: The AJP Connector is configured with secretRequired="true" but the sec ...
1.项目发布路径 <Context docBase="/root/pismarket-api" path="/api" debug="0" reload ...
cat nginx.conf worker_processes auto;events { worker_connections 1024;}http { include mime.types; d ...
1.prometheus的配置 2. jmx-exporter/simple-config.yml #tomcat的启动参数文件 这个文件在启动docker的时候用到 ...
1.修改服务的启动脚本 2.cat /usr/local/prometheus_jmx_export_0.3.1/simple-config.yml 3.修改Prom ...
3 .dump 线上文件栈 [root@yszyz10a153 ~]# jmap -dump:live,format=b,file=heap201712.hropf 72947 参考:https ...
kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/rewrite-target: http://www ...
接上篇,反向代理的原理与用途很多地方有讲,用文字说再多可能也表达不清楚,下面贴一张拓扑图,介绍下什么叫反向代理 以上图有两种情景 1. 访问者的客户端是 local ,要访问baidu的服务器 ...
1.配置SSL证书及nginx反向代理docker registry 搭建私有CA,初始化CA环境,在/etc/pki/CA/下建立证书索引数据库文件index.txt和序列号文件serial,并为 ...