Tag Archives: nginx conf

Nginx combined log format and parameter explanation

Because lnmp does not customize the log format by default, it uses the combined default format: Parameter explanation: $remote_addr, $http_x_forwarded_for record the client IP address. $remote_user records the client user name. $request records the requested URL and HTTP protocol. $status … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on Nginx combined log format and parameter explanation

mac php nginx mysql

As a back-end development, you often use a local development environment. Here I install the php + nginx + mysql development environment through the mac brew package management command. For MAC brew usage, see mac homebrew. Install PHP Success. Installation … Continue reading

Posted in Internet Technology | Tagged , , , | 1 Comment