Fix gitea domain
This commit is contained in:
parent
2fb16b51b3
commit
4068c060f5
|
@ -9,6 +9,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
httpAddress = "127.0.0.1";
|
httpAddress = "127.0.0.1";
|
||||||
httpPort = 3300;
|
httpPort = 3300;
|
||||||
|
domain = "git.alogoulogoi.com";
|
||||||
|
rootUrl = "https://git.alogoulogoi.com/";
|
||||||
|
|
||||||
# Private server
|
# Private server
|
||||||
disableRegistration = true;
|
disableRegistration = true;
|
||||||
|
|
Loading…
Reference in New Issue