enable ssl for nexus

This commit is contained in:
stubbfelnewpc
2020-10-24 19:16:04 +02:00
parent ea86e52edc
commit 1857a002dd
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
services.nginx.virtualHosts."gitea.stubbe.rocks" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://localhost:3000";
locations."/".proxyPass = "http://localhost:3000";
};
users.users.gitea.shell = pkgs.zsh;