From 44a44a109c1908db1402f3140082065cd418b824 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 6 Dec 2021 21:24:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20run=20code-server=20on=20epicuru?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/code-server/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/code-server/nginx.nix b/modules/code-server/nginx.nix index c5c957c..5075bd6 100644 --- a/modules/code-server/nginx.nix +++ b/modules/code-server/nginx.nix @@ -8,7 +8,7 @@ forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://plato:8080"; + proxyPass = "http://epicurus:8080"; proxyWebsockets = true; }; };