nginx log format and conditional return by headers

前端 未结 0 1207
自闭症患者
自闭症患者 2021-01-25 05:39

I have log_format to log user id

http {
  log_format custom \'ip: $remote_addr, user_id: $sent_http_x_user_id\';
  access_log /var/log/nginx/access.log custom;
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题