Ben Beckford
My feedback
2 results found
-
109 votes
An error occurred while saving the comment Ben Beckford supported this idea · -
13 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 commentedYes 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).