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.
Hi.
I have a custom nginx build and I have locked sw-nginx package update in Plesk. Now I can't install latest Plesk update because of this, because Plesk installer wants to update core packages, but since one sw-nginx package is locker, the whole Plesk update fails altogether.
Should't Plesk...
Hi all --
I recently setup a fresh Centos 7.1 install of Plesk 12.5 and am running through some configuration challenges. First, does anyone know which templates are used to generate the domain PHP-FPM configuration files? All of my domains are being generated with a "5" max children setting...
A custom conf is made in /usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php
A correctly generated conf is located in /var/www/vhosts/system/<domain>/conf/nginx.conf after performing /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
But after saving settings in...
Plesk 12.5 Centos 7 nginx php-fpm
Hello, I need to add a map directive to one of my vhosts, specifically the type of block below:
map $http_host $blogid {
default -999;
include /pathto/map.conf ;
}
I need to know where to add this since it needs to be outside the server scope...