Co-worker solved it for me.
The person who set it up put
root /var/nginx/;
location / {
root html;
index index.html index.htm;
}
and that had to be commented out
root /var/nginx/;
location / {
# root html;
index index.html index.htm;
}
The person who set it up put
root /var/nginx/;
location / {
root html;
index index.html index.htm;
}
and that had to be commented out
root /var/nginx/;
location / {
# root html;
index index.html index.htm;
}