From 540455a21b327dde2147a1df01e6bb732fd443ae Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 7 Mar 2022 19:31:48 +0100 Subject: update sources --- chaski/services/walint.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chaski/services/walint.nix') diff --git a/chaski/services/walint.nix b/chaski/services/walint.nix index 0b17e22..f836bab 100644 --- a/chaski/services/walint.nix +++ b/chaski/services/walint.nix @@ -9,12 +9,15 @@ path = [ pkgs.git ]; script = '' cd ${(import inputs.walint).walint-server} - ./bin/walint-server + ./bin/walint-mapserver ''; }; services.nginx.virtualHosts."walint.stuebinm.eu" = { - locations."/".proxyPass = "http://localhost:8080"; + locations."/" = { + proxyPass = "http://localhost:8080"; + proxyWebsockets = true; + }; enableACME = true; forceSSL = true; }; -- cgit v1.2.3