Fix ACMEBot Alias.
This commit is contained in:
parent
66113db85c
commit
4ec40ed6a6
@ -20,7 +20,7 @@
|
|||||||
Alias /cgi-bin/ /home/doms/${dom.name}/cgi/
|
Alias /cgi-bin/ /home/doms/${dom.name}/cgi/
|
||||||
Alias /fastcgi-bin/ /home/doms/${dom.name}/fastcgi/
|
Alias /fastcgi-bin/ /home/doms/${dom.name}/fastcgi/
|
||||||
#if( ${letsencrypt} )
|
#if( ${letsencrypt} )
|
||||||
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt/webroot/${dom.name}/.well-known/acme-challenge/
|
Alias /.well-known/acme-challenge/ /var/lib/hostsharing/acmebot/webroot/${dom.name}/
|
||||||
#end
|
#end
|
||||||
|
|
||||||
<Directory />
|
<Directory />
|
||||||
@ -94,7 +94,7 @@
|
|||||||
Alias /cgi-bin/ /home/doms/${dom.name}/cgi-ssl/
|
Alias /cgi-bin/ /home/doms/${dom.name}/cgi-ssl/
|
||||||
Alias /fastcgi-bin/ /home/doms/${dom.name}/fastcgi-ssl/
|
Alias /fastcgi-bin/ /home/doms/${dom.name}/fastcgi-ssl/
|
||||||
#if( ${letsencrypt} )
|
#if( ${letsencrypt} )
|
||||||
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt/webroot/${dom.name}/.well-known/acme-challenge/
|
Alias /.well-known/acme-challenge/ /var/lib/hostsharing/acmebot/webroot/${dom.name}/
|
||||||
#end
|
#end
|
||||||
|
|
||||||
<Directory />
|
<Directory />
|
||||||
|
Loading…
Reference in New Issue
Block a user