Custom Posts Nginx Helper Support

I installed nginx-helper but only work with posts, how i can work with custom post to purge cache with fast cgi ??

Thanks…

Suppose you have following url that you want to purge:
http://example.com/hello-word/

Them you can purge that url using:
http://example.com/purge/hello-word/

A ok Thanks !