From 94edfd22e3c2fbf76addc368f0685ec17c6b5ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Sun, 12 Nov 2017 10:36:06 -0500 Subject: Add kj.orbekk.com/stats --- config/web-server.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/web-server.nix') diff --git a/config/web-server.nix b/config/web-server.nix index 179d9d3..5c9a70e 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -38,6 +38,10 @@ autoindex on; ''; }; + locations."/stats" = { + alias = "/var/lib/stats/out/"; + extraConfig = " autoindex on;"; + }; locations."/systemd" = { proxyPass = "http://10.0.20.15:11105/"; }; -- cgit v1.2.3