Add etebase A record and nginx vhost with ACME and proxy_pass

This commit is contained in:
Joshua Bell 2026-02-07 17:44:31 -06:00
parent fa33d88723
commit c82ca654d1
2 changed files with 12 additions and 0 deletions

View file

@ -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;