update lunasa config
This commit is contained in:
parent
1adb0cf84a
commit
410c668a3d
2 changed files with 5 additions and 5 deletions
|
@ -45,8 +45,8 @@
|
|||
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.nazrin.limited";
|
||||
ROOT_URL = "https://git.nazrin.limited/";
|
||||
DOMAIN = "git.liv.nrw";
|
||||
ROOT_URL = "https://git.liv.nrw/";
|
||||
HTTP_PORT = 3000;
|
||||
};
|
||||
|
||||
|
@ -65,10 +65,10 @@
|
|||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
email = "shadows@with.al";
|
||||
email = "mail@liv.nrw";
|
||||
|
||||
virtualHosts = {
|
||||
"git.nazrin.limited" = {
|
||||
"git.liv.nrw" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:3000
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue