mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-09 07:03:11 +00:00
Fix cert renewal for web.rgeometry.org
This commit is contained in:
parent
8e2b32ba7a
commit
1232618b15
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue