summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/odin.nix b/odin.nix
index 80ed32dc..af1f72cb 100644
--- a/odin.nix
+++ b/odin.nix
@@ -491,13 +491,13 @@
491 serverAliases = [ "odin" "10.141.1.2" ]; 491 serverAliases = [ "odin" "10.141.1.2" ];
492 forceSSL = true; 492 forceSSL = true;
493 493
494 sslCertificate = /var/lib/ssl/self-signed-cert.pem; 494 sslCertificate = "/var/lib/ssl/self-signed-cert.pem";
495 sslCertificateKey = /var/lib/ssl/self-signed-key.pem; 495 sslCertificateKey = "/var/lib/ssl/self-signed-key.pem";
496 496
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;