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 =
{
enable = true;
https."${gitlab.hostname}".location."/".proxy.upstream =
"http://127.0.0.1:${toString inputs.config.services.gitlab.port}";
https."${gitlab.hostname}".location."/".proxy.upstream = "http://unix:/run/gitlab/gitlab-workhorse.socket";
};
postgresql.instances.gitlab = {};
};