Fix service urls for proxy
This commit is contained in:
parent
42f74df4a5
commit
fcaba18602
@ -3,16 +3,16 @@
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
configFile = pkgs.writeText "Caddyfile" ''
|
||||
http://nzbget.home.t-juice.club {
|
||||
reverse_proxy http://nzbget-jail.home.t-juice.club:6789
|
||||
http://nzbget.home.2rjus.net {
|
||||
reverse_proxy http://nzbget-jail.home.2rjus.net:6789
|
||||
}
|
||||
|
||||
http://radarr.home.t-juice.club {
|
||||
reverse_proxy http://radarr-jail.home.t-juice.club:7878
|
||||
http://radarr.home.2rjus.net {
|
||||
reverse_proxy http://radarr-jail.home.2rjus.net:7878
|
||||
}
|
||||
|
||||
http://sonarr.home.t-juice.club {
|
||||
reverse_proxy http://sonarr-jail.home.t-juice.club:8989
|
||||
http://sonarr.home.2rjus.net {
|
||||
reverse_proxy http://sonarr-jail.home.2rjus.net:8989
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user