Enable gitea, remove softserve
This commit is contained in:
@ -60,12 +60,7 @@
|
||||
};
|
||||
"eversole.co" = proxied { target = "http://127.0.0.1:5196"; };
|
||||
"flux.matri.cx" = proxied { target = "http://127.0.0.1:26343"; };
|
||||
"git.eversole.co" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = { root = "/var/www/git.eversole.co"; tryFiles = "$uri $uri/ @git"; };
|
||||
locations."@git" = { proxyPass = "http://127.0.0.1:23232"; priority = 600; };
|
||||
};
|
||||
"git.eversole.co" = proxied { target = "http://127.0.0.1:8027"; };
|
||||
"graf.matri.cx" = { root = "/var/www/graf.matri.cx"; }; # refer to /monitoring/nginx.nix
|
||||
"hydra.matri.cx" = proxied {
|
||||
target = "http://127.0.0.1:3034";
|
||||
|
Reference in New Issue
Block a user