From 8df4cf307fc483447070ab066aad2bec2494c4db Mon Sep 17 00:00:00 2001 From: cmdoret Date: Wed, 2 Oct 2024 14:27:21 +0200 Subject: [PATCH] fix(nginx): typo --- deploy/nginx/default.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nginx/default.conf.template b/deploy/nginx/default.conf.template index e1bd4cbf..29b9ae81 100644 --- a/deploy/nginx/default.conf.template +++ b/deploy/nginx/default.conf.template @@ -14,7 +14,7 @@ server { { "status": "success", "s3": "${S3_PUBLIC_URL}", - "htsget": "${HTSGET_PUBLIC_URL}" + "htsget": "${HTSGET_PUBLIC_URL}", "fuzon": "${FUZON_PUBLIC_URL}" }' ; }