fix server settings
This commit is contained in:
parent
60b9cf5933
commit
247f411d01
1 changed files with 3 additions and 3 deletions
|
|
@ -58,9 +58,9 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
ROOT_URL = "git.${domainName}";
|
||||
PROTOCOL = "https";
|
||||
DOMAIN = "${domainName}";
|
||||
ROOT_URL = "https://git.${domainName}/";
|
||||
PROTOCOL = "http";
|
||||
DOMAIN = "git.${domainName}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue