推荐
专栏
教程
课程
飞鹅
本次共找到907条
nginx反向代理
相关的信息
LinMeng
•
4年前
vue 中mintui的filed实现blur 和focus 事件
先上代码块language<mtfieldclass"form_rt":disabled"fromLBT"placeholder"请输入代理机构代码"disableClearvmodel"fakeData.agencyCode":attr"{maxlength:20}"@blur.native.capture"
Stella981
•
3年前
Nginx 配置Https 协议
1\.去阿里云SSL证书购买证书!(https://oscimg.oschina.net/oscnet/3398ef872c4f1e56e01a1c79f270d756877.png) 2. 审核通过后下载nginx的ssl证书!(https://img2018.cnblogs.com/ibeta/1868441/202002/1
Stella981
•
3年前
Nginx 日志分析命令
查看日志存放目录\find/nameaccess.log/var/log/nginx/access.logcd/var/log/nginxIP相关统计统计IP访问量(独立ip访问数量)awk'{print$1}'access.log|sortn|uniq|wcl
Stella981
•
3年前
Nginx + tornado + supervisor部署
参考链接:supervisorTornadoNginx使用详解(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.liaoqiqi.com%2Fpost%2F18), 用tornado,Supervisord,nginx架网站(https://www.oschi
Stella981
•
3年前
Grafana分析Nginx日志
按日期对ES的index进行分割:logstash配置:input{file{path"/home/hottopic/logs/trendshottingapi/metric/"type"trendshottingapimetric"start_p
Stella981
•
3年前
Nginx LVS HAProxy 对比
一般对负载均衡的使用是随着网站规模的提升根据不同的阶段来使用不同的技术。具体的应用需求还得具体分析,如果是中小型的Web应用,比如日PV小于1000万,用Nginx就完全可以了;如果机器不少,可以用DNS轮询,LVS所耗费的机器还是比较多的;大型网站或重要的服务,且服务器比较多时,可以考虑用LVS。一种是通过硬件来进行进行,常见的硬件有比较昂贵的
Stella981
•
3年前
Nginx简单手册
Nginx变量变量名注解$arg\_name请求中的的参数名,即“?”后面的arg\_namearg\_value形式的arg\_name$args 请求中的参数值$binary\_remote\_addr 客户端地址的二进制形式,固定长度为4个字节 $body\_bytes\_s
Stella981
•
3年前
Linux nginx目录设置
上一节记录了nginx的安装,这里来试着修改下配置文件。usernobody;worker_processes1;error_loglogs/error.log;error_loglogs/error.lognotice;error_loglogs/error.lo
1
•••
37
38
39
•••
91