fix(gitea): incorrect root URL

pull/26/head
Inex Code 2023-01-08 10:29:08 +02:00
parent ab0c3e113c
commit d8f0922b8a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ in
appName = "SelfPrivacy git Service";
repositoryRoot = "/var/lib/gitea/repositories";
domain = "git.${cfg.domain}";
rootUrl = "https://${cfg.domain}/";
rootUrl = "https://git.${cfg.domain}/";
httpAddress = "0.0.0.0";
httpPort = 3000;
cookieSecure = true;