上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 33 下一页
摘要: https://www.cnblogs.com/Neeo/p/9438442.html 阅读全文
posted @ 2020-03-15 14:50 左岸丶 阅读(140) 评论(0) 推荐(0)
摘要: server模块下添加 if ($http_user_agent ~* '(Android|webOS|iPhone|iPod|BlackBerry)') { rewrite ^.+ http://mobile.test.com/mobile/$uri;} 其中mobile为手机端的路径标识, 可以 阅读全文
posted @ 2020-03-02 12:11 左岸丶 阅读(1550) 评论(0) 推荐(0)
摘要: server { listen 10001; server_name qwe.com asd.com; set $flag 0; if ($http_user_agent ~* "Chrome"){ set $flag "${flag}1"; } if ($host ~* qwe.com){ set 阅读全文
posted @ 2020-03-02 11:41 左岸丶 阅读(2651) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/cheyunhua/p/10282877.html 阅读全文
posted @ 2020-02-21 17:43 左岸丶 阅读(178) 评论(0) 推荐(0)
摘要: https://www.digitalocean.com/community/tools/nginx 阅读全文
posted @ 2020-02-19 15:01 左岸丶 阅读(755) 评论(0) 推荐(0)
摘要: grafana插件 https://grafana.com/grafana/plugins?orderBy=weight&direction=asc 阅读全文
posted @ 2020-01-20 13:44 左岸丶 阅读(1008) 评论(0) 推荐(0)
摘要: 1、安装wget https://dl.grafana.com/oss/release/grafana-7.1.0-1.x86_64.rpmsudo yum install grafana-7.1.0-1.x86_64.rpm2、启动命令systemctl start grafana-server3 阅读全文
posted @ 2020-01-20 13:41 左岸丶 阅读(152) 评论(0) 推荐(0)
摘要: 配置-主机-监控项-进入页面勾选所有点击批量更新类型-勾上-选择Zabbix客户端(主动模式)更新https://www.cnblogs.com/kingle-study/p/9844096.html 阅读全文
posted @ 2020-01-19 18:18 左岸丶 阅读(287) 评论(0) 推荐(0)
摘要: 修改访问端口vim /etc/httpd/conf/httpd.conf Listen 80 修改成需要的端口重启httpd服务systemctl restart httpd 阅读全文
posted @ 2020-01-19 18:02 左岸丶 阅读(1552) 评论(0) 推荐(0)
摘要: 一、windows中复制一个字体文件到linux服务的C:\Windows\Fonts挑选一种字体复制到/usr/share/zabbix/assets/fonts/#注意字体格式,如果是ttc修改为ttf二、修改配置文件vim /usr/share/zabbix/include/defines.i 阅读全文
posted @ 2020-01-19 17:56 左岸丶 阅读(891) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 33 下一页