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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
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) <support@atomicorp.com>" 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...