From da5582f390f80be8ebbcb1cc4b3cf7e92a1ee042 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 24 Apr 2022 14:28:51 +0200 Subject: Revert "blah exneuland divoc blah" This reverts commit b6397c58b8ae7bed2bb170830a49df14918690a3. --- abbenay/exneuland.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 abbenay/exneuland.nix (limited to 'abbenay') diff --git a/abbenay/exneuland.nix b/abbenay/exneuland.nix deleted file mode 100644 index 1c07355..0000000 --- a/abbenay/exneuland.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - services.nginx = { - enable = true; - - virtualHosts.localhost = { - root = "/tmp/workadventure-xce/result/dist"; - locations = { - "/_/" = { - tryFiles = "/index.html =404"; - }; - - "/pusher/" = { - proxyPass = "http://localhost:4000"; - proxyWebsockets = true; - }; - - # "/maps/" = mkIf instanceConfig.nginx.maps.serve { - # alias = if instanceConfig.nginx.maps.path == null - # then instanceConfig.packageset.maps.outPath + "/workadventuremaps" - # else instanceConfig.nginx.maps.path; - # }; - - }; - - }; - }; -} -- cgit v1.2.3