Set nginx so it handles large files

This commit is contained in:
Greg Hellings
2024-01-21 02:52:25 +00:00
parent 44e6526082
commit b07e0d600a
+1
View File
@@ -16,6 +16,7 @@ in {
target = "https://gitlab.shire-zebra.ts.net:5000";
ssl = true;
genAliases = false;
extraConfig = "client_max_body_size 250m;";
};
services.haproxy = {