随笔分类 - nginx
nginx 日志打印post请求参数
摘要:在日志格式后面加上 $request_body 配置信息 log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http...
阅读全文
nginx请求数据超长的问题解决
摘要:参考文章 https://www.cnblogs.com/onmyway20xx/p/4469202.html http://blog.51cto.com/iyull/2129220
阅读全文
nginx概述
摘要:1)nginx的特性: 模块化设计,较好的扩展性 高可靠性 master/worker 支持热部署 不停机更新配置文件,更换日志,更新服务器程序版本 低内存消耗 支持event-driven,alo,mmap(内存映射) 2)基本功能 静态资源的web服务器 htt协议的反向代理服务器 pop3,s
阅读全文
http协议
摘要:http 协议: 1)http协议格式: URL:scheme://server[:port]/path/to/source (服务器上的每一个资源都有一个对应的url与之对应) request: <method> <url> <version> <HEADERA> <body> response:
阅读全文
浙公网安备 33010602011771号