ergo
This commit is contained in:
parent
8e0385b2d6
commit
5747872651
5 changed files with 153 additions and 9 deletions
|
|
@ -26,6 +26,10 @@ in
|
|||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"dukeceph.xyz".extraConfig = ''
|
||||
root * /mnt/nfs/public
|
||||
file_server browse
|
||||
'';
|
||||
"feed.rperce.net".extraConfig = ''
|
||||
reverse_proxy http://192.168.0.5:8080
|
||||
'';
|
||||
|
|
@ -70,6 +74,12 @@ in
|
|||
"grist.rperce.net".extraConfig = ''
|
||||
reverse_proxy http://192.168.0.2:8484
|
||||
'';
|
||||
"irc.dukeceph.xyz".extraConfig = ''
|
||||
reverse_proxy 192.168.0.8
|
||||
'';
|
||||
"irc.dukeceph.xyz/webirc".extraConfig = ''
|
||||
reverse_proxy 192.168.0.8:8067
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue