Add etebase A record and nginx vhost with ACME and proxy_pass
This commit is contained in:
parent
fa33d88723
commit
c82ca654d1
2 changed files with 12 additions and 0 deletions
|
|
@ -244,6 +244,17 @@ in
|
|||
proxyPass = "http://100.64.0.13";
|
||||
};
|
||||
};
|
||||
"etebase.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.64.0.13";
|
||||
extraConfig = ''
|
||||
client_max_body_size 75M;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"llm.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue