• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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