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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index a53f369..4e9ae07 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -33,6 +33,9 @@
};
locations."@storage" = {
root = "/storage/srv/kj.orbekk.com";
+ extraConfig = ''
+ autoindex on;
+ '';
};
locations."/systemd" = {
proxyPass = "http://10.0.20.15:11105/";