services.gitlab: fix nginx

This commit is contained in:
陈浩南 2023-11-20 20:51:57 +08:00
parent 9bdb9c8293
commit ff5780ca42

View File

@ -45,8 +45,7 @@ inputs:
nginx = nginx =
{ {
enable = true; enable = true;
https."${gitlab.hostname}".location."/".proxy.upstream = https."${gitlab.hostname}".location."/".proxy.upstream = "http://unix:/run/gitlab/gitlab-workhorse.socket";
"http://127.0.0.1:${toString inputs.config.services.gitlab.port}";
}; };
postgresql.instances.gitlab = {}; postgresql.instances.gitlab = {};
}; };