]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
teuthology: Serve logs under /teuthology
authorZack Cerza <zack@redhat.com>
Fri, 9 Oct 2015 21:12:51 +0000 (15:12 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 9 Oct 2015 21:12:51 +0000 (15:12 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/teuthology/templates/nginx.conf

index ce7a6db8361b1433cf5a594a27d37eab9f90bf78..d83afb287d299f8652e86bd0e2873aa1fe3feacb 100644 (file)
@@ -3,6 +3,8 @@ server {
         allow all;
         autoindex on;
         server_name {{ inventory_hostname }};
-        root /home/teuthworker/archive;
+        location /teuthology {
+          alias /home/teuthworker/archive;
+        }
         default_type text/plain;
 }