Skip to content

Commit

Permalink
Add .well-known folder to ssl configuration (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady authored Feb 2, 2021
1 parent 00c91a0 commit bf10b4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ server {
# Allow clients to import large projects.
client_max_body_size 250m;

location /.well-known/acme-challenge/ {
root /var/www/certbot;
}

location /v1 {
proxy_pass http://backend:5000;
proxy_http_version 1.1;
Expand Down

0 comments on commit bf10b4b

Please sign in to comment.