fix certbot verification path
This commit is contained in:
@ -6,7 +6,7 @@ server {
|
||||
server_name {{ gitea_domain }};
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /var/www/.acme-challenge;
|
||||
root /var/www/html;
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user