Okay,
I added autoindex to my location:
location / {
try_files $uri $uri/ index.php =404;
autoindex on;
I can see all of the files now, but I'm still getting a 403 message when I try browsing to:
http://192.168.213.186/cgi-bin/cvsweb
Error logs are empty.
Access log:
192.168.213.162 - - [23/Sep/2016:01:12:32 +0000] "GET /cgi-bin/cvsweb HTTP/1.1" 301 771 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"
192.168.213.162 - - [23/Sep/2016:01:12:32 +0000] "GET /cgi-bin/cvsweb/ HTTP/1.1" 403 25 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"
Closer, but not there yet......
I added autoindex to my location:
location / {
try_files $uri $uri/ index.php =404;
autoindex on;
I can see all of the files now, but I'm still getting a 403 message when I try browsing to:
http://192.168.213.186/cgi-bin/cvsweb
Error logs are empty.
Access log:
192.168.213.162 - - [23/Sep/2016:01:12:32 +0000] "GET /cgi-bin/cvsweb HTTP/1.1" 301 771 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"
192.168.213.162 - - [23/Sep/2016:01:12:32 +0000] "GET /cgi-bin/cvsweb/ HTTP/1.1" 403 25 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"
Closer, but not there yet......