From 736dfc8485f3266f114bcf24adab25c8ee9ca754 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 28 May 2020 23:35:46 -0500
Subject: [PATCH] use ssl certified custom cellxgene subdomain for EC2 server

---
 layouts/custom/cellxgene.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/custom/cellxgene.html b/layouts/custom/cellxgene.html
index 306aa97..ead22df 100644
--- a/layouts/custom/cellxgene.html
+++ b/layouts/custom/cellxgene.html
@@ -29,7 +29,7 @@
 }
 </style>
 <div class="cellxgene">
-    <iframe name="embed" src="http://52.15.203.98:5005/view/{{ .Params.location }}.h5ad/" width="100%" height="100%" frameborder="0" allowfullscreen="" ></iframe>
+    <iframe name="embed" src="https://cellxgene.swmed.edu/view/{{ .Params.location }}.h5ad/" width="100%" height="100%" frameborder="0" allowfullscreen="" ></iframe>
 </div>
 <div class="no-cellxgene">
     <h2>Screen width too narrow to display cellxgene</h1>
-- 
GitLab