This commit is contained in:
2025-09-24 19:01:58 +03:00
parent f3e3b633dd
commit 6a61c81a5f
+4 -4
View File
@@ -25,11 +25,11 @@
addr = "192.168.1.20"; addr = "192.168.1.20";
port = 10000; port = 10000;
} }
locations."/whiteboard" = {
proxyPass = "http://localhost:3002";
proxyWebsockets = true;
};
]; ];
locations."/whiteboard" = {
proxyPass = "http://localhost:3002";
proxyWebsockets = true;
};
}; };
# "trilium" = { # "trilium" = {
# forceSSL = false; # forceSSL = false;