SMIT.

SMIT.

Live

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

Dennis

· · Edited
·

This is only for NodeJS sites btw.

1 total vote
SMIT.
You may use @ to mention someone.

When changing "Web directory" in Ploi->site->settings, the ssl fails to request/renew/

1 total vote
SMIT.
  • Dennis moved item to board Live

    4 weeks ago
  • Dennis moved item to board In progress

    4 weeks ago
  • SMIT. moved item to project Bugs

    1 month ago
  • SMIT. created the item

    1 month ago