Allow larger requests to gitlab for bigger artifacts

This commit is contained in:
Charlotte Van Petegem 2024-02-17 13:45:19 +01:00
parent c5ade1b900
commit 78aa4274b5
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -12,7 +12,12 @@
chvp.services.nginx.hosts = [{
fqdn = "git.chvp.be";
options = {
locations."/".proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
locations."/" = {
proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
extraConfig = ''
client_max_body_size 50M;
'';
};
};
}];
users = {