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.
I am using plesk 12 with microupdate 13 But I am still facing this modsecurity issue yet.
Failed to install the ModSecurity rule set: modsecurity_ctl failed: gpg: key 4520AFA9: "Atomicorp (Atomicorp Official Signing Key) <[email protected]>" not changed gpg: Total number processed: 1 gpg...
I have set nginx as reverse proxy. I want to serve static content using nginx and php content using apache. So I went to Web Server Settings of my domain and in nginx settings I have enabled
Smart static files processing
Serve static files directly by nginx
now I added following statement in...
Cpu Core Problem
I have a Processor which has 12 core in that and Server Health monitor generate alerts based on only 1 core of the processor. How to resolve that issue?
I would like to use expire header for images. I know this the code for doing it.
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
expires 7d;
}
Now the question is where shud I put this code.
I can't edit vhost configuration of nginx coz it will remove the following code once nginx...