Module is fixed now
https://github.com/kaltura/nginx-akamai-token-validate-module/issues/18
Thanks
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,288455,288478#msg-288478
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mail
Hello,
I want to call REST endpoint after successful (200/201) status from
upstream server. For error cases, I know we can use error_page/try_files
etc. But for success cases, I did not find any directive to use. I read
about `mirror` which can be used to call another server before making the
cal