From 493f8247bbf62c2a36448f5eb33022d54eb2fa33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Fri, 2 Jun 2017 08:41:48 -0400 Subject: Fix new web root. --- config/orbekk-pkgs.nix | 2 +- config/web-server.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/orbekk-pkgs.nix b/config/orbekk-pkgs.nix index 646a49f..7deed49 100644 --- a/config/orbekk-pkgs.nix +++ b/config/orbekk-pkgs.nix @@ -7,4 +7,4 @@ in { nixpkgs.config.packageOverrides = pkgs: { } // orbekkPkgs; -} \ No newline at end of file +} diff --git a/config/web-server.nix b/config/web-server.nix index bb40c12..392cc0d 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -26,7 +26,7 @@ enableACME = true; forceSSL = true; locations."/beta" = { - root = "${pkgs.www-orbekk}" + alias = "${pkgs.www-orbekk}"; }; locations."/".proxyPass = "http://10.0.20.11:8011"; locations."/hledger" = { -- cgit v1.2.3