Problem with NGINX auto index.

Discussion in 'ISPConfig 3 Priority Support' started by conductive, Jan 2, 2026.

  1. conductive

    conductive Member HowtoForge Supporter

    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.
     

Share This Page