Posted inUncategorized
Magento 2 how to configure Nginx to allow execute other php files in root folder
if you use the official Nginx config (nginx.conf.sample file in the Magento 2 distribution) then you need change the line 109 from :location ~ (index|get|static|report|404|503).php$ {to :location ~ (index|get|static|report|404|503|phpinfo).php$ {and…