If you want to enable directory indexes for an Apache app then create a file named .htaccess
in the app directory with the following contents:
IndexOptions SuppressIcon
Options +MultiViews +Indexes
Directory indexes are not available for Nginx static and PHP apps at this time.