summaryrefslogtreecommitdiff
path: root/config/web-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/web-server.nix')
-rw-r--r--config/web-server.nix4
1 files changed, 4 insertions, 0 deletions
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/";
};