Fix cert renewal for web.rgeometry.org

This commit is contained in:
David Himmelstrup 2021-08-11 11:04:02 +08:00
commit 1232618b15

View file

@ -8,7 +8,7 @@ upstream wsbackend {
server {
listen 80;
server_name reanimate.clozecards.com;
server_name reanimate.clozecards.com _;
location ~ /.well-known/acme-challenge {
allow all;
@ -86,4 +86,10 @@ server {
}
proxy_pass https://gist.githubusercontent.com/;
}
location ~ /.well-known/acme-challenge {
allow all;
root /var/www/certbot;
}
}