nginx日志

log_format access '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" $http_x_forwarded_for';

 

access_log /home/wwwlogs/oa_access_log.log access;

posted @ 2026-06-02 12:10  day959  阅读(9)  评论(0)    收藏  举报