码迷,mamicode.com
首页 >  
搜索关键字:remote_addr    ( 367个结果
nginx日志格式说明
默认的nginx日志格式:log_format  access  '$remote_addr - $remote_user [$time_local] "$request" '                       
分类:其他好文   时间:2018-03-25 15:51:46    阅读次数:199
91.Nginx配置:访问日志,日志切割,静态文件不记录日志和过期时间
一、访问日志1、查看Nginx日志格式[root@sdwaqw~]#grep-A2log_format/usr/local/nginx/conf/nginx.conflog_formatcombined_realip‘$remote_addr$http_x_forwarded_for[$time_local]‘‘$host"$request_uri"$s
分类:其他好文   时间:2018-03-19 17:35:47    阅读次数:134
13.Nginx访问日志&日志切割&静态文件
[toc]#12.10Nginx访问日志1打开配置文件:vim/usr/local/nginx/conf/vhost/../nginx.conf[root@xavivhost]#vim../nginx.conf找到如下,是定义日志格式:log_formatxavi‘$remote_addr$http_x_forwarded_for[$time_local]‘‘$host"$request_uri"
分类:其他好文   时间:2018-03-16 10:29:36    阅读次数:249
Nginx访问日志、日志切割、静态文件管理
12.10访问日志Nginx日志格式:[root@centos-01linux~]#vim/usr/local/nginx/conf/nginx.conflog_formatcombined_realip‘$remote_addr$http_x_forwarded_for[$time_local]‘‘$host"$request_uri"$status&
分类:其他好文   时间:2018-03-15 11:13:59    阅读次数:181
日志相关操作
Nginx访问日志1.访问日志配置文件:vim/usr/local/nginx/conf/nginx.confserver_names_hash_max_size4096;log_formatweixing‘$remote_addr$http_x_forwarded_for[$time_local]‘‘$host"$request_uri"$status‘2.增加新的语句:[root@weixin
分类:其他好文   时间:2018-03-15 01:43:15    阅读次数:208
Nginx配置:访问日志,日志切割,静态文件不记录日志和过期时间
一、访问日志1、查看Nginx日志格式[root@zhulinux-02~]#grep-A2log_format/usr/local/nginx/conf/nginx.conflog_formatcombined_realip‘$remote_addr$http_x_forwarded_for[$time_local]‘‘$host"$request_uri"$status‘‘"$http_ref
分类:其他好文   时间:2018-03-14 16:57:15    阅读次数:175
nginx与ssh 把内网转为公网开发服务器
server { listen 80; server_name wechat.xxx.xx; location / { proxy_pass http://127.0.0.1:10000; proxy_set_header X-Real-IP $remote_addr; }}ssh wechat.x ...
分类:其他好文   时间:2018-03-09 14:08:48    阅读次数:169
nginx内置变量
``` 变量名 简要说明: $args 请求中的参数; $binary_remote_addr 远程地址的二进制表示 $body_bytes_sent 已发送的消息体字节数 $content_length HTTP请求信息里的"Content-Length"; $content_type 请求信息里 ...
分类:其他好文   时间:2018-03-07 13:35:01    阅读次数:144
Nginx访问日志、Nginx日志切割、静态文件不记录日志和过期时间介绍
Nginx访问日志1. 进入配置文件[root@gary-tao src]# vim /usr/local/nginx/conf/nginx.conf  //搜索log_format参考更改配置成如下:log_format aming '$remote_addr $http_x_forwarded_for [$time_local]'如图:日志格式字段含义如下:combi
分类:其他好文   时间:2018-03-06 10:48:53    阅读次数:207
nginx配置-反向代理
续:nginx安装配置开启nginx请求日志同时解开http模块如下部分注释log_formatmain‘$remote_addr-$remote_user[$time_local]"$request"‘‘$status$body_bytes_sent"$http_referer"‘‘"$http_user_agent""$http_x_forwarded_for"‘;access_loglogs
分类:其他好文   时间:2018-02-27 23:38:16    阅读次数:182
367条   上一页 1 ... 9 10 11 12 13 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!