I am migrating my site to a nes server and can not get the auto index to work. It worked on the previous server but not on the new one. I verified the sites settings are the same. Both are using NGINX directive. location / { autoindex on; } Old server gives me directories as expected. The new server is not and throwing a 503 forbidden error.