nginx-log

2018-10-25  本文已影响0人  疏影浅清

log_format mylog '$proxy_add_x_forwarded_for - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent '

                          '"$request_time"'  '"$upstream_addr"' '"$upstream_status"' '"$upstream_response_time"' '"$http_token"' 

                          '"$http_referer" "$http_user_agent"' '$request_body';

        access_log /var/log/nginx/access.log mylog ;

        error_log /var/log/nginx/error.log;

上一篇 下一篇

猜你喜欢

热点阅读