Skip to content

Commit

Permalink
Merge pull request #512 from Xpirix/ssl_certificate_renew
Browse files Browse the repository at this point in the history
Allow renew SSL certificate from https
  • Loading branch information
Xpirix authored Feb 3, 2025
2 parents 4e4a8d2 + fa52e65 commit c72eec1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dockerize/sites-enabled/prod-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,13 @@ server {
proxy_pass http://metabase:3000/;
}

location ~ /.well-known/acme-challenge {
# set to webroot path
root /var/www/webroot;
default_type "text/plain";
allow all;
}

root /var/www/webroot;
}

Expand Down

0 comments on commit c72eec1

Please sign in to comment.