网站首页 / 资讯 / Magento教程/ Magento2.x教程

Nginx配置 magento2让任意目录可执行PHP伪静态规则

作者:admin
location /themesetup {
    root $MAGE_ROOT;
    location ~ ^/themesetup/index.php {

        ### This fixes the problem:
        fastcgi_split_path_info ^(.+?\.php)(/.*)$;
        ################################

        fastcgi_pass   fastcgi_backend;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        include        fastcgi_params;
    }

    location ~ ^/themesetup/(?!pub/). {
        deny all;
    }

    location ~ ^/themesetup/pub/ {
        add_header X-Frame-Options "SAMEORIGIN";
    }}


标签: magento教程 magento2教程
上一篇:M2.x后台Bulk Actions log/quote/ ***have been scheduled for update提示删除
下一篇:M2后台设置发送Newsletter到中途却无法执行的奇葩问题处理方法

相关内容

最近更新
相关产品
综合服务邮箱: magento2#foxmail.com