When changing "Web directory" in Ploi->site->settings, the ssl fails to request/renew/
Before changing web directory:
location ~ /.well-known/acme-challenge {
allow all;
root /var/www/html;
}
After changing web directory to /public/test:
location ~ /.well-known/acme-challenge {
allow all;
root /home/ploi/sitename.nl/public/test;
}