From 96d8a77edcb80de26bd80a8a1d1296ee86de6c68 Mon Sep 17 00:00:00 2001 From: Ryan Rousseau Date: Tue, 29 Sep 2020 16:18:36 -0500 Subject: [PATCH] Increase client_max_body_size so that package uploads work. --- octopus.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/octopus.local b/octopus.local index de5df25..c5906e4 100644 --- a/octopus.local +++ b/octopus.local @@ -10,6 +10,8 @@ server { server_name octopus.local; + client_max_body_size 5G; + location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;