diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-07-12 09:19:30 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-07-12 09:19:30 -0400 |
commit | 8f18eb7eca804031d55b4e9ef08b50f6c61cda1e (patch) | |
tree | f2201d2ad8030e304c0b7df485f5a7543b233db5 | |
parent | 51475b847895dc0cd35310b2b1d6d753ece7cb82 (diff) |
takemi: Enable directory listing for files.dthompson.us.
-rw-r--r-- | takemi.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ (listen '("443 ssl")) (server-name '("files.dthompson.us")) (root "/var/www/files") + (raw-content '("autoindex on;")) (ssl-certificate letsencrypt-cert) (ssl-certificate-key letsencrypt-cert-key)))))) (service fcgiwrap-service-type |