Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I tried all the fixes proposed here and roundcube is still saying "Imap server connection error" when trying to login. Is there anything more I can do to fix this?
Webmail is still not working after I did your tweaks. It keeps saying Connection to IMAP server error.
All my customers are complaining. If I knew that upgrading to Plesk 17.8 will give me this much trouble I wound't had do it in the first place.
Thanks Anton. That fixed the issue, but now it seems that nginx has an error in an SSL certificate
nginx -t
nginx: [emerg] BIO_new_file("/usr/local/psa/var/certificates/cert-DOg86s") failed (SSL: error:02001002:system library:fopen:No such file or...
They increased my price. I upgraded to the last version so I could take advantage of nginx caching. Now my server is broken as the nginx configuration says no_cache error. Plesk doesn't know what happens and they are investigating.
Last month I lost a customer because he wanted to do a full...
I would like to add that I was able to make gzip work + browser caching with the following config
PHP 7.1.8 served with NGINX, no apache
under the domain, add this code to nginx rules:"
if (!-e $request_filename){
rewrite ^(.*)$ /index.php break;
}
rewrite...
OK, I'm gonna answer it myself, honoring the forum rule that if someone is looking for the same thing it could find the answer.
There are several things that needs to be done for the Plesk Custom theme to work.
1- unpack the default theme like this (command line)
plesk bin branding_theme -p...
First of all, new to the forum, bought Plesk suscription just minutes ago, being toying with the trial until now, software is solid and works exactly for I want to offer to my customers.
What I'm shock is that there is ZERO information about customizing the interface by CSS. I'm a long time...