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