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;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = "git.${domainName}";
|
ROOT_URL = "https://git.${domainName}/";
|
||||||
PROTOCOL = "https";
|
PROTOCOL = "http";
|
||||||
DOMAIN = "${domainName}";
|
DOMAIN = "git.${domainName}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue