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.
If i try to open link directly cron page execute correctly if i put the url inside plesk i get this error:
AuthorizationManager check failed.
+ CategoryInfo : SecurityError: :)) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess
Hi, this rewrite rule doesn't work.
location / {
try_files $uri $uri/ /index.php?$args;
}
this one works:
if (!-e $request_filename) {
rewrite ^.*$ /index.php?$args last;
}
why and what is the difference? boths are fine?
Hi all, i have a problem with PHP-FPM and php 5.6.x.
When i enable this option (PHP-FPM) as in the image below:
the php version downgrade automatically to PHP 5.3.3 :(
When i disable PHP-FPM the php version in use return back to php 5.6.x.
How can i have php 5.6.x works with PHP-FPM enabled...