fixing dalinar builds

This commit is contained in:
Chris Cochrun 2024-02-29 21:23:18 -06:00
parent 9440b03610
commit 14422e0776

View file

@ -318,6 +318,21 @@
reverse_proxy localhost:2283 reverse_proxy localhost:2283
''; '';
}; };
virtualHosts = {
"piped.cochrun.xyz".extraConfig = ''
reverse_proxy http://127.0.0.1:8085
'';
};
virtualHosts = {
"pipedapi.cochrun.xyz".extraConfig = ''
reverse_proxy http://127.0.0.1:8085
'';
};
virtualHosts = {
"pipedproxy.cochrun.xyz".extraConfig = ''
reverse_proxy http://127.0.0.1:8085
'';
};
# virtualHosts = { # virtualHosts = {
# "mail.cochrun.xyz".extraConfig = '' # "mail.cochrun.xyz".extraConfig = ''
# ''; # '';
@ -398,6 +413,18 @@
} }
''; '';
}; };
virtualHosts = {
"vpn.cochrun.xyz".extraConfig = ''
encode gzip
reverse_proxy localhost:51820
'';
};
virtualHosts = {
"vpnui.cochrun.xyz".extraConfig = ''
encode gzip
reverse_proxy localhost:51821
'';
};
}; };
systemd.services = { systemd.services = {