我开启动了日志功能,可目录里面只有NGINX的日志,并没有APACHE的日志
我开启动了日志功能,可目录里面只有NGINX的日志,并没有APACHE的日志 log_format wwwlogs '$remote_addr - $remote_user [$time_local] $request $status $body_bytes_sent $http_referer $http_user_agent $http_x_forwarded_for' $http_cookie我还添加了一个日志字段,就是$http_cookie,结果日志文件里面没有这个字段的出现。奇怪了。
:/www/wdlinux/nginx/conf/nginx.conf 我改的是这个文件。 你用的是什么环境?没有apache日志?
文档说明里有 $http_cookie 这个字段?没启用过这个,不确定
页:
[1]