From 1d31bce39c4b7122f07240fa88ae91f8e6bbbda3 Mon Sep 17 00:00:00 2001 From: sdhou Date: Mon, 21 Oct 2019 10:25:18 +0800 Subject: [PATCH] up --- nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nginx/nginx.conf diff --git a/nginx/nginx.conf b/nginx/nginx.conf new file mode 100644 index 0000000..9eae839 --- /dev/null +++ b/nginx/nginx.conf @@ -0,0 +1,3 @@ + log_format main '$request_time $upstream_response_time $remote_addr - $upstream_addr [$time_local] ' + '$host "$request" $status $bytes_sent ' + '"$http_referer" "$http_user_agent" "$gzip_ratio" "$http_x_forwarded_for" - "$server_addr"';