I have the following in an .htaccess file that I would like to convert to nginx.
AddType text/cache-manifest .manifest
AddHandler fcgid-script .manifest
FCGIWrapper “/dh/cgi-system/php56.cgi” .manifest
Any thoughts? BTW, the above does work on Apache but I was looking to move the site to nginx.