reformt gitlab vrthost
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx = {
|
||||
virtualHosts."git.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
|
||||
};
|
||||
services.nginx.virtualHosts."git.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
|
||||
};
|
||||
|
||||
};
|
||||
services.gitlab = {
|
||||
enable = true;
|
||||
host = "git.stubbe.rocks";
|
||||
|
||||
Reference in New Issue
Block a user