tweaks to caddy
This commit is contained in:
parent
d60e1165fc
commit
95941ae75e
|
@ -11,7 +11,7 @@
|
||||||
../../pkgs/base-packages.nix
|
../../pkgs/base-packages.nix
|
||||||
../../modules/base.nix
|
../../modules/base.nix
|
||||||
../../modules/localai.nix
|
../../modules/localai.nix
|
||||||
../../modules/ollama.nix
|
# ../../pkgs/ai.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "shen"; # Define your hostname.
|
networking.hostName = "shen"; # Define your hostname.
|
||||||
|
@ -115,8 +115,8 @@
|
||||||
@live {
|
@live {
|
||||||
protocol rtmp
|
protocol rtmp
|
||||||
}
|
}
|
||||||
reverse_proxy 172.16.1.24:9000
|
reverse_proxy 172.16.1.202:9000
|
||||||
reverse_proxy @live 172.16.1.24:1937
|
reverse_proxy @live 172.16.1.202:1937
|
||||||
encode gzip
|
encode gzip
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -308,7 +308,7 @@
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"ai.tfcconnection.org".extraConfig = ''
|
"ai.tfcconnection.org".extraConfig = ''
|
||||||
encode gzip
|
encode gzip
|
||||||
reverse_proxy 127.0.0.1:8008
|
reverse_proxy 127.0.0.1:11434
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
|
Loading…
Reference in a new issue