Allow larger requests to gitlab for bigger artifacts
This commit is contained in:
parent
c5ade1b900
commit
78aa4274b5
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@
|
||||||
chvp.services.nginx.hosts = [{
|
chvp.services.nginx.hosts = [{
|
||||||
fqdn = "git.chvp.be";
|
fqdn = "git.chvp.be";
|
||||||
options = {
|
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 = {
|
users = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue