mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:06: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 = {
|
services.nginx.virtualHosts = {
|
||||||
"missing.ninja" = {
|
"git.missing.ninja" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.server = {
|
settings.server = {
|
||||||
HTTP_PORT = 8085;
|
HTTP_PORT = 8085;
|
||||||
ROOT_URL = "https://missing.ninja/";
|
ROOT_URL = "https://git.missing.ninja/";
|
||||||
};
|
};
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue