mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed even more url
This commit is contained in:
parent
3ce26a6c3e
commit
dc18cc850f
8 changed files with 48 additions and 41 deletions
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."http://books.rougebordeaux.xyz".extraConfig = ''
|
||||
services.caddy.virtualHosts."http://read.rougebordeaux.xyz".extraConfig = ''
|
||||
reverse_proxy :8083
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
};
|
||||
|
||||
services.caddy.virtualHosts = {
|
||||
"http://jellyfin.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||
reverse_proxy :8096
|
||||
'';
|
||||
"http://jellyfin.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||
reverse_proxy :8096
|
||||
'';
|
||||
|
||||
"http://media.rougebordeaux.xyz.extraConfig = ''
|
||||
reverse_proxy :8096
|
||||
'';
|
||||
"http://media.rougebordeaux.xyz".extraConfig = ''
|
||||
reverse_proxy :8096
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue