mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-11-03 05:46:20 +01:00
defiant/nginx: Move www.feal.no and www.kinealbrigtsen.no to leonard
This commit is contained in:
@@ -62,7 +62,7 @@ in {
|
||||
'';
|
||||
};
|
||||
};
|
||||
"feal.no" = publicProxy "http://mccoy.home.feal.no:8090/" {
|
||||
"feal.no" = publicProxy "http://leonard.home.feal.no/" {
|
||||
serverAliases = [ "www.feal.no" ];
|
||||
};
|
||||
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" {
|
||||
@@ -70,7 +70,7 @@ in {
|
||||
};
|
||||
"iam.feal.no" = publicProxy "http://${keycloak.http-host}:${toString keycloak.http-port}" { };
|
||||
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/" { };
|
||||
"kinealbrigtsen.no" = publicProxy "http://192.168.11.106:80/" {
|
||||
"kinealbrigtsen.no" = publicProxy "http://leonard.home.feal.no/" {
|
||||
serverAliases = [ "www.kinealbrigtsen.no" ];
|
||||
};
|
||||
"wiki.wackattack.eu" = publicProxy "http://192.168.11.108:80/" { };
|
||||
|
||||
Reference in New Issue
Block a user