• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by wapmedia gmbh

  1. wapmedia gmbh

    Question Magento 2 with only nginx rewrite rule

    Hello from Germany, I have a nginxDomainVirtualHost.php template working up to MAGENTO CE 2.3.2 with PHP7.2 and NGINX (native) on Plesk ONYX Version 17.8.11. Now trying to use the AWS CloudFront from this example. Improve Magento 2 performance with AWS CloudFront Media files working like...
  2. wapmedia gmbh

    Question Magento 2 with only nginx rewrite rule

    Good morning! Now understanding that ROOT directive are not allowed or working in Additional nginx directives or includes. I put the complete lines in /opt/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php CHANGED: fastcgi_pass "unix:///var/www/vhosts/system/<?php echo...
  3. wapmedia gmbh

    Question Magento 2 with only nginx rewrite rule

    if you have enabled Plesk Mode Security DON'T use location ~ (index|get|static|report|404|503|health_check)\.php$ { } all requests with \.php$ will be sent to apache you need use location ~ (index|get|static|report|404|503|health_check)\.php(/.*)?$ { } Many thanks Igo for replying. The...
  4. wapmedia gmbh

    Question Magento 2 with only nginx rewrite rule

    It would be very interesting to know which settings in the directives you have, to get Magento 2.2 running as nxginx without proxy. Have tried different configurations. Unfortunately without success. It would be nice if someone would publish it. Thank you in advance.
Back
Top