Increase max upload size for GitLab

Sometimes I upload artifacts that are pretty large. So this changes the
limits in Nginx so that it will accept them.
This commit is contained in:
Greg Hellings
2024-11-18 10:23:08 -06:00
parent eab8da2186
commit 6ed8c36f2d
2 changed files with 8 additions and 6 deletions
+1
View File
@@ -12,6 +12,7 @@ in
extraConfig = ''
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Ssl on;
client_max_body_size 100000m;
'';
};
greg.proxies."registry.thehellings.com" = {