Im using Debin 8 + nGinx + Pydio 8.0.1.
Letsencrypt need access to domain.com/.well-known/acme-challenge/empty.dir to authorization the domain, but due to the configuration that Pydio needs, it blocks the path:
if (!-e $request_filename){
rewrite ^(.*)$ /index.php break;
}
Does anyone know how to create an exception for the path /.well-known/acme-challenge/empty.dir ?
Thanks for any help!