• 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.

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