summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-06 23:36:31 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-06 23:36:31 +0200
commit79f1d2cc684b43fef04c14ca0f8c583c072c615c (patch)
tree0860daad37e79cb8d1faad5fff1258a593aba0da
parent600320d120ba3592fab5c460dcf0134e1ad53111 (diff)
downloadnixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar
nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar.gz
nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar.bz2
nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar.xz
nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.zip
...
-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;