summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-05 20:08:59 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-05 20:08:59 +0100
commit5e947583aa5bbcfb5cc5c33d712ed7468cc8667c (patch)
tree3d9b0c408902dbb12315e6b1ab22a693c597e6d3
parentd4597c7ec176097e92aa4366ad27dc6c902a47ca (diff)
downloaddeployment-5e947583aa5bbcfb5cc5c33d712ed7468cc8667c.tar.gz
deployment-5e947583aa5bbcfb5cc5c33d712ed7468cc8667c.tar.bz2
deployment-5e947583aa5bbcfb5cc5c33d712ed7468cc8667c.zip
Serving autoindexed reports directory.
-rw-r--r--etc/nginx/sites-enabled/test.site3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site
index 208fa06..03a9d78 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -71,7 +71,8 @@ server {
}
location /reports {
- root /home/test/shared-data/auditor;
+ autoindex on;
+ root /home/auditor-slave/;
}
location / {