Nginx disables directory listing by default. If it was explicitly enabled via the autoindex directive, it is patched by turning the feature off in the nginx.conf file: server location / autoindex off; Use code with caution. 3. Microsoft IIS