Add litellm-public container, age master key, and nginx update
This commit is contained in:
parent
c8606972df
commit
9a95841ff0
5 changed files with 322 additions and 0 deletions
|
|
@ -228,6 +228,14 @@
|
|||
proxyPass = "http://100.64.0.13";
|
||||
};
|
||||
};
|
||||
"llm.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.64.0.13:8095";
|
||||
};
|
||||
};
|
||||
|
||||
"_" = {
|
||||
rejectSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue