Skip to content

Commit c72eec1

Browse files
authored
Merge pull request #512 from Xpirix/ssl_certificate_renew
Allow renew SSL certificate from https
2 parents 4e4a8d2 + fa52e65 commit c72eec1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dockerize/sites-enabled/prod-ssl.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,13 @@ server {
228228
proxy_pass http://metabase:3000/;
229229
}
230230

231+
location ~ /.well-known/acme-challenge {
232+
# set to webroot path
233+
root /var/www/webroot;
234+
default_type "text/plain";
235+
allow all;
236+
}
237+
231238
root /var/www/webroot;
232239
}
233240

0 commit comments

Comments
 (0)