diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 23:36:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 23:36:31 +0200 |
commit | 79f1d2cc684b43fef04c14ca0f8c583c072c615c (patch) | |
tree | 0860daad37e79cb8d1faad5fff1258a593aba0da | |
parent | 600320d120ba3592fab5c460dcf0134e1ad53111 (diff) | |
download | nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar.gz nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar.bz2 nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.tar.xz nixos-79f1d2cc684b43fef04c14ca0f8c583c072c615c.zip |
...
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |