From 8d85281a2e9ea330965f0e12f573d9fa7bf66897 Mon Sep 17 00:00:00 2001 From: "Luis Gustavo S. Barreto" Date: Mon, 18 Dec 2023 11:30:11 -0300 Subject: [PATCH] chore(gateway): update letsencrypt root path in shellhub.conf --- gateway/conf.d/shellhub.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/conf.d/shellhub.conf b/gateway/conf.d/shellhub.conf index 28618c9f0bb..e4acb660b71 100644 --- a/gateway/conf.d/shellhub.conf +++ b/gateway/conf.d/shellhub.conf @@ -45,7 +45,7 @@ server { location ^~ /.well-known/acme-challenge/ { default_type "text/plain"; - root /var/www/letsencrypt; + root /etc/letsencrypt; } location /api {