diff --git a/nginx.conf b/nginx.conf index 4ffa3df..d7e4340 100644 --- a/nginx.conf +++ b/nginx.conf @@ -43,10 +43,6 @@ http { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # Add to x-forward-for proxy_read_timeout 900; proxy_buffering off; - # These two should be the same or nginx will start writing - # large request bodies to temp files - client_body_buffer_size 1m; - client_max_body_size 1m; upstream docker-registry { server localhost:5000;