SMIT.
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;
}
Dennis
This is only for NodeJS sites btw.
When changing "Web directory" in Ploi->site->settings, the ssl fails to request/renew/
-
Dennis moved item to board Live
7 months ago -
Dennis moved item to board In progress
7 months ago -
SMIT. moved item to project Bugs
8 months ago -
SMIT. created the item
8 months ago