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:
@@ -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" = {
|
||||
|
||||
Reference in New Issue
Block a user