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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hello,
i found an issue regarding to the Server Health Monitor. Every value shows 0% and no graphs are generated.
I already tried to remove the Health Monitor and install it again, but it still shows 0%.
Best regards,
Patrick
Hi custer,
thank you for your reply. After i clicked on "Check for Updates" the message is gone, but it appears again when i reload the page.
In general I like this feature very much. Especially the e-mail notification function.
Plesk 17 is definitely on the right way :)
Regards,
Patrick
Hi,
I found i small issue at the system updates function. It shows always the message:
"Warning: Information on some packages might not be actual: inconsistencies were detected in the system's package manager database. Please resolve this issue manually."
System is Ubuntu 14.04.5 LTS
I tried...
Hello,
I'am using nginx + php fpm for a domain hosted on my server using plesk. Today i tried to get an let's encrypt certificate for that domain.
But i got following error message:
Failed letsencrypt execution: Failed authorization procedure. xxx.xx (http-01): urn:acme:error:unauthorized ...
Hi everyone,
I just read this thread about securing webmail with ssl: https://talk.plesk.com/threads/roundcube-webmail-ssl.310916/page-2
as i understand the sulotion there only works on a single domain. How is it possible to do that on a multi domain environment?
Regards,
Patrick
Hi,
thank you for your reply. I searched for redirect rules in the nginx.conf but there aren't any. The Hosting setting in Plesk is set to "none".
Then I tried to set the redirect rule you posted obove, but the clients were not redirected to https. Then i tried this rule
if ($ssl_protocol =...
Hello,
I'am, just trying to redirect http requests to https on a site that is running with nginx and php-fpm. I added this code at Webserver Settings->Additional nginx directives.
return 301 https://$server_name$request_uri;
After that I'am getting an redirect error in the Browser. Then i...