summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 3f209ae9..80ed32dc 100644
--- a/odin.nix
+++ b/odin.nix
@@ -497,7 +497,7 @@
497 locations = { 497 locations = {
498 # "/bar".proxyPass = "http://bar/"; 498 # "/bar".proxyPass = "http://bar/";
499 "/" = { 499 "/" = {
500 root = /srv/media/; 500 root = /srv/media;
501 extraConfig = '' 501 extraConfig = ''
502 autoindex on; 502 autoindex on;
503 autoindex_localtime on; 503 autoindex_localtime on;