You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@WilburWalsh
Many thanks for your report. The error is expected. The directive requires a certain enabled Lighttpd module, but we add it regardless.
The issue is if we do not have this directive and end users enable the module for their needs, directory listing inside the Nextcloud install dir is possible which is not desired for security reasons.
Note that it is a warning, not an error, so will be ignored gracefully and does not cause any further issues.
I understand that you want to disable directory listing inside the Nextcloud directories, if someone should enable it globally for whatever reasons. However, the directive should be dir-listing.activate = "disable"
instead of dir-listing.active = "disable"
Otherwise it will be ignored and directory listing would be possible inside Nextcloud. So, short version: the directive is okay, but there is a little typo in it ;-)
MichaIng
changed the title
Error in Lighttpd Nextcloud Config file
DietPi-Software | Nextcloud/ownCloud: Wrong directive in Lighttpd configs
May 8, 2019
Creating a bug report/issue
Required Information
Additional Information (if applicable)
Problem
For quite some time I stumbled across this warning in my journal, but ignored it...
Now, as I did some work on my Nextcloud anyway, I had a closer look. The problem seems to be this line
DietPi/.conf/dps_114/lighttpd.nextcloud.conf
Line 19 in b293ba8
which should read
dir-listing.activate = "disable"
see here
The text was updated successfully, but these errors were encountered: