From 870f36ec9d7f64d81f83f09ce5a2274ffc91f401 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Jul 2026 11:17:27 +0300 Subject: [PATCH] opencode serve on su --- modules/vds/nginx.nix | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index 1f17f1c..68c0081 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -123,7 +123,23 @@ in forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://${server}:6061"; + proxyPass = "http://${server}:4096"; + proxyWebsockets = true; + }; + }; + "vetymae.opencodes.zeroq.su" = { + forceSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://100.86.62.4:4096"; + proxyWebsockets = true; + }; + }; + "lamet.opencodes.zeroq.su" = { + forceSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://100.106.21.39:6061"; proxyWebsockets = true; }; };