Hello,
It's been quite awhile since I've used Perl with nginx and t the time I used fcgiwrap - see https://nginx.localdomain.pl/wiki/FcgiWrap.
I have a (perhaps dumb) question. Is your Perl script executable? If not, that can cause a 403.
See if anything is in your access log related to those requests.
Change the severity of error logging. It's set to "error" by default but you may want something that provides more information. See http://nginx.org/en/docs/ngx_core_module.html#error_log.
Posting your config may help someone help you more than that.
It's been quite awhile since I've used Perl with nginx and t the time I used fcgiwrap - see https://nginx.localdomain.pl/wiki/FcgiWrap.
I have a (perhaps dumb) question. Is your Perl script executable? If not, that can cause a 403.
See if anything is in your access log related to those requests.
Change the severity of error logging. It's set to "error" by default but you may want something that provides more information. See http://nginx.org/en/docs/ngx_core_module.html#error_log.
Posting your config may help someone help you more than that.