Ben Beckford
My feedback
3 results found
-
94 votes
An error occurred while saving the comment Ben Beckford supported this idea ·
-
96 votes
An error occurred while saving the comment Ben Beckford commented
It's 2020 and 2FA is still not a thing in Plesk....
Ben Beckford supported this idea ·
-
7 votes
Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IGAn error occurred while saving the comment Ben Beckford commented
Yes please!!!!
Ben Beckford supported this idea ·
To get around this for now I followed this tutorial - https://support.plesk.com/hc/en-us/articles/115001421414-How-to-redirect-from-the-domain-to-the-server-hostname-on-port-8443-
But I changed z-plesk.inc to include the following instead:
if ($host !~ 'your-hostname.com|127.0.0.1'){
return 404;
}
Now domain.com:8443 just 404s (after a security warning but this is preferable).