mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:26:53 +01:00
move forgejo to git subdomain
This commit is contained in:
parent
78952d3e5f
commit
24af8c82c1
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
"missing.ninja" = {
|
||||
"git.missing.ninja" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
|
@ -79,7 +79,7 @@
|
|||
enable = true;
|
||||
settings.server = {
|
||||
HTTP_PORT = 8085;
|
||||
ROOT_URL = "https://missing.ninja/";
|
||||
ROOT_URL = "https://git.missing.ninja/";
|
||||
};
|
||||
lfs.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue