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