chore(desktop/caddy): remove map.*; add torrent.* and shoko.*
This commit is contained in:
parent
036240d01e
commit
b07ca98d54
|
@ -26,10 +26,6 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
virtualHosts."map.thewizard.link".extraConfig = ''
|
|
||||||
reverse_proxy 192.168.0.100:8123
|
|
||||||
'';
|
|
||||||
|
|
||||||
virtualHosts."git.thewizard.link".extraConfig = ''
|
virtualHosts."git.thewizard.link".extraConfig = ''
|
||||||
reverse_proxy 127.0.0.1:3788
|
reverse_proxy 127.0.0.1:3788
|
||||||
'';
|
'';
|
||||||
|
@ -38,5 +34,13 @@
|
||||||
root * /srv/files
|
root * /srv/files
|
||||||
file_server
|
file_server
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
virtualHosts."torrent.thewizard.link".extraConfig = ''
|
||||||
|
reverse_proxy 127.0.0.1:8144
|
||||||
|
'';
|
||||||
|
|
||||||
|
virtualHosts."shoko.thewizard.link".extraConfig = ''
|
||||||
|
reverse_proxy 127.0.0.1:8111
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue