mirror of
https://github.com/nginx/nginx.git
synced 2024-12-22 23:23:32 -06:00
fix "$request $status" order in log_format
This commit is contained in:
parent
629be0ab7d
commit
e8f23e99aa
@ -18,8 +18,8 @@ http {
|
|||||||
include conf/mime.types;
|
include conf/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
#log_format main '$remote_addr - $remote_user [$time_local] $status '
|
#log_format main '$remote_addr - $remote_user [$time_local] $request '
|
||||||
# '"$request" $body_bytes_sent "$http_referer" '
|
# '"$status" $body_bytes_sent "$http_referer" '
|
||||||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||||
|
|
||||||
#access_log logs/access.log main;
|
#access_log logs/access.log main;
|
||||||
|
Loading…
Reference in New Issue
Block a user