Open wlkns opened 8 years ago
DirectoryListing: true will always serve the directory listing from the parent path.
The solution: directoryListing: { path: 'customFolder' }
directoryListing: { path: 'customFolder' }
Hope this helps someone.
Thank you @arkin- , it helped me.
No problem @FlorianWerndl, took me a while to figure it out, glad it helped.
DirectoryListing: true will always serve the directory listing from the parent path.
The solution:
directoryListing: { path: 'customFolder' }
Hope this helps someone.