2017年9月19日

magento 1.9 with nginx frontend and REST API 404

摘要: location /api { rewrite ^/api/rest /api.php?type=rest last; rewrite ^/api/v2_soap /api.php?type=v2_soap last; rewrite ^/api/soap /api.php?type=soap la 阅读全文

posted @ 2017-09-19 14:29 冯亮 阅读(396) 评论(0) 推荐(0)

导航