Tag: access_log

Nginx access_log log analysis and configuration

V Records 4,228 Views
Foreword: Through the log, you can know the user's address, which parts of your website are most popular, the user's browsing time, and targeted optimization for most users' browsers. Nginx's logs are divided into...
Go