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.
Hi Guys.
I run Plesk on Ubuntu 14.04, pretty good VPS. it worked nicely until ~2 weeks ago. I tend to believe it`s the 1st of December update the one that messed things up but even before that date Plesk admin started to move pretty slow.. responded to requests in ~6-10 seconds...now when I...
Hi again,
Thanks for the reply. Managed to get it done with htaccess to nginx tool + changed the php version used to "FPM application by apache" instead of "fastcgi by apache".
Funny thing is that I tried to use "FPM app by Nginx" to remove apache complete out of the equation but it doesn`t...
Hi UFHH01,
Below is the hhvm.conf file
location ~* \.(hh|php)$ {
fastcgi_keep_conn on;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
I copied the directive from...
Hi UFHH01,
Yes, the file is configured exactly as you said. The directives are added in plesk Control and it looks like follows:
include "/etc/nginx/hhvm.conf";
location ~ /$ {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php$is_args$args;
}
if (!-d...
Hello guys.
I`ve recently moved to a VPS and Plesk seems to be the best option available. However, with plesk installed and no HHVM support the config is pretty confusing. Just updated to 12.5 and using the "FPM App server by apache". Everything seems to be working fine if I check a .php file...