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.
@Sebahat.hadzhi I believe this script https://raw.githubusercontent.com/plesk/kb-scripts/master/cf-nginx-ip-passthrough/cf.sh should be improved to prevent such issues.
The current script,
- If Cloudflare returns empty response -> file is empty
- If request fails silently -> file may still be...
@hunterwolf,
I tried the following:
Download and execute the next script in order to add the Nginx variables globally:
curl -LO https://raw.githubusercontent.com/plesk/kb-scripts/master/cf-nginx-ip-passthrough/cf.sh && chmod 700 /root/cf.sh
Execute the script:
bash cf.sh
I can confirm it is...
I noticed this,
Warning: mlock() of VSM failed: Cannot allocate memory (12)
Did you start the docker with --ulimit memlock=-1:-1 as I have mentioned in my other post?
Please make sure that the following notification is enabled in your Plesk panel so you can receive WAF rule update notifications:
Tools & Settings → Notifications → Plesk UI → “A ModSecurity rule or rule set has been installed.”
This will ensure you are notified whenever new WAF rules are...
Check the logs first and see what errors are being recorded there.
This article, which may be relevant:
https://www.plesk.com/kb/support/roundcube-does-not-load-oops-something-went-wrong/
However, reviewing the logs first would be the best place to start.
I'd like to correct my configuration in this post.
When Varnish is deployed using the container command below, the cache storage defaults to 100MB (malloc).
docker run --name=varnish -v /root/varnish/conf:/etc/varnish/ -p 127.0.0.1:32780:80 "million12/varnish"
Deploy Varnish using a command...
@Sebahat.hadzhi Thank you!
Finally, the Atomicorp support team was able to assist me with this case.
It appears that the product they previously offered for this setup is no longer available, which is causing the issue.
"The monthly download rules are no longer available on our website and we...
@ChristophRo Thank you for your input.
To me, it seems that WAF is not very popular within the Plesk community. I believe that due to the number of false positives, many Plesk users prefer to keep it disabled.
However, with the growing security concerns lately, a WAF can be very useful in...
@bulent yes of course.
Use this in both Additional directives for HTTP(s)
SetEnvIf Host subdomain.or.multistore.tld* MAGE_RUN_CODE=abcd
SetEnvIf Host subdomain.or.multistore.tld* MAGE_RUN_TYPE=store
Use the MAGE_RUN_TYPE=store
We have some issues with MAGE_RUN_TYPE=website
See my input in...
@Sebahat.hadzhi Thank you for your reply.
I was trying to get support from Atomicorp, however it seems they are not very familiar with the option offered in Plesk.
I tested the following options with these results:
Atomic Standard (free, upgradeable to Atomic Advanced)
This does not seem to...
I still prefer the Nginx → Varnish → Apache setup.
In Magento 2, many directories include .htaccess files (rewrites/rules/overrides). With this stack, Apache can still apply those rules properly while Nginx + Varnish handle the heavy lifting in front, so it stays compatible and performs well...