This commit is contained in:
2026-06-30 12:55:46 +03:00
parent a37e7c6ebf
commit 2ace9e152a
2 changed files with 7 additions and 17 deletions
+6 -16
View File
@@ -94,25 +94,15 @@ in
client_max_body_size 5G;
'';
};
"talk.private" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "127.0.0.1";
port = 7880;
}
];
};
"talk.home.arpa" = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:7880";
proxyWebsockets = true;
};
};
# locations = {
# "/" = {
# proxyPass = "http://127.0.0.1:7880";
# proxyWebsockets = true;
# };
# };
extraConfig = ''
client_max_body_size 5G;
'';