mac安装nginx 成功之后的提示
?22???? #????????????????? '$status $body_bytes_sent "$http_referer" '
?23???? #????????????????? '"$http_user_agent" "$http_x_forwarded_for"';
?24
?25???? #access_log? logs/access.log? main;
?26
?27???? sendfile??????? on;
?28???? #tcp_nopush???? on;
?29
?30???? #keepalive_timeout? 0;
?31???? keepalive_timeout? 65;
?32
?33???? include sites-enabled/*.conf;?