]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
teuthology: Serve yaml files as text/plain 677/head
authorZack Cerza <zack@cerza.org>
Fri, 29 Apr 2022 20:30:18 +0000 (14:30 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 29 Apr 2022 20:30:18 +0000 (14:30 -0600)
So browers display them rather than download.

Signed-off-by: Zack Cerza <zack@cerza.org>
roles/teuthology/templates/nginx.conf

index a8813aef17866693e2a3c303e85c1e889fb6bdee..62d1542a7779f90c2df6bd49ff757429132e9604 100644 (file)
@@ -14,5 +14,6 @@ server {
         }
         types {
             text/plain log;
+            text/plain yaml yml;
         }
 }