Title: nginx rules needed
Last modified: November 29, 2016

---

# nginx rules needed

 *  Resolved [pompi](https://wordpress.org/support/users/pompejanska/)
 * (@pompejanska)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/nginx-rules-needed/)
 * location /api {
    rewrite ^/api/rest /api.php?type=rest last; }

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [santerref](https://wordpress.org/support/users/santerref/)
 * (@santerref)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/nginx-rules-needed/#post-8502195)
 * Hi pompejanska,
 * Is this an issue or just a contributed note for those who are using nginx?
 * Thanks,
    santerref.
 *  Thread Starter [pompi](https://wordpress.org/support/users/pompejanska/)
 * (@pompejanska)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/nginx-rules-needed/#post-8502319)
 * 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](https://wordpress.org/support/users/santerref/)
 * (@santerref)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/nginx-rules-needed/#post-8502349)
 * 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 9 years, 6 months ago by [santerref](https://wordpress.org/support/users/santerref/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘nginx rules needed’ is closed to new replies.

 * ![](https://ps.w.org/mag-products-integration/assets/icon-128x128.jpg?rev=2595753)
 * [WP Storefront - Magento 2 Product Showcase](https://wordpress.org/plugins/mag-products-integration/)
 * [Support Threads](https://wordpress.org/support/plugin/mag-products-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/mag-products-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mag-products-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mag-products-integration/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [santerref](https://wordpress.org/support/users/santerref/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/nginx-rules-needed/#post-8502349)
 * Status: resolved