|
@@ -21,7 +21,10 @@ http {
|
|
|
'$status $body_bytes_sent "$http_referer" '
|
|
|
'"$http_user_agent" "$http_x_forwarded_for" '
|
|
|
'$upstream_addr $upstream_status $upstream_cache_status $upstream_response_time $request_time $host';
|
|
|
-
|
|
|
+
|
|
|
+ client_header_buffer_size 320k;
|
|
|
+ client_max_body_size 100m;
|
|
|
+
|
|
|
access_log /var/log/nginx/access.log main;
|
|
|
|
|
|
sendfile on;
|