I followed the WHMCS import doc and did a rewrite according to
In Nginx this translates into:
rewrite ^/modules/gateways/callback/paypal.php$ /callback/gw/1/paypal_payments_standard/ last;
But i get 404 - Not found when using it. I figured out /callback/gw/1/paypal_payments_standard/ doesn't exist on my installation.
Buti could find components/gateways/nonmerchant/paypal_payments_standard/ so i wonder if the following is correct to use?
rewrite ^/modules/gateways/callback/paypal.php$ /components/gateways/nonmerchant/paypal_payments_standard/