Re: cgi-bin and nginx
On Sun, Aug 09, 2020 at 09:34:20PM -0600, The Doctor wrote: Hi there, > location /cgi-bin/ { > #try_files $uri =404 ; > gzip off; > root /usr/local/www/apache24/cgi-bin/; > fastcgi_pass unix:/var/run/fcgiwrap/fcgiwrap.sock; > >
cgi-bin and nginx
Hello I am trying to migrate from Apache to nginx. Straight forward HTML no problem. Cgi-bin issues are stopping me. So In my https system I have location /cgi-bin/ { #try_files $uri =404 ; gzip off; root /usr/local/www/apache24/cgi-bin/;