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"';