Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author santerref

    (@santerref)

    Hi pompejanska,

    Is this an issue or just a contributed note for those who are using nginx?

    Thanks,
    santerref.

    Thread Starter pompi

    (@pompejanska)

    these rules are needed at nginx for magento’s vhost:

    location /api {
        rewrite ^/api/rest /api.php?type=rest last;
        }

    and for soap add:

    rewrite ^/api/v2_soap /api.php?type=v2_soap last;

    Plugin Author santerref

    (@santerref)

    Ok, so it’s a contributed note, it’s not related to the plugin itself!

    It’s for those who are using nginx with Magento.

    I will mark the issue as resolved.

    Thanks for this.

    • This reply was modified 8 years, 3 months ago by santerref.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘nginx rules needed’ is closed to new replies.