Skip to content

Commit

Permalink
chore(gateway): update letsencrypt root path in shellhub.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Dec 18, 2023
1 parent 9b87c3c commit 1011201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/conf.d/shellhub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ server {
location ^~ /.well-known/acme-challenge/ {
default_type "text/plain";

root /var/www/letsencrypt;
root /etc/letsencrypt;
}

location /api {
Expand Down

0 comments on commit 1011201

Please sign in to comment.