Increase maximum size for registry uploads

This commit is contained in:
Greg Hellings
2025-03-01 00:30:49 -06:00
parent a68049f0c9
commit 4f23f0a0a9
3 changed files with 21 additions and 17 deletions
+1
View File
@@ -11,6 +11,7 @@ in
services.nginx = {
enable = true;
clientMaxBodySize = "25000m"; # To help with uploading container images
# If there are recommended settings, let's use them!
recommendedGzipSettings = true;
recommendedOptimisation = true;