fixing dalinar builds
This commit is contained in:
parent
9440b03610
commit
14422e0776
|
@ -318,6 +318,21 @@
|
|||
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 = {
|
||||
# "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 = {
|
||||
|
|
Loading…
Reference in a new issue