From 3cac9da9d89c84184206bfa91facfb1204d9bfca Mon Sep 17 00:00:00 2001 From: MichaIng <28480705+MichaIng@users.noreply.github.com> Date: Wed, 8 May 2019 16:47:01 +0200 Subject: [PATCH] v6.23 + DietPi-Software | ownCloud: Lighttpd directive fix --- .conf/dps_47/lighttpd.owncloud.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conf/dps_47/lighttpd.owncloud.conf b/.conf/dps_47/lighttpd.owncloud.conf index 0f6211d132..d225c7ff3b 100644 --- a/.conf/dps_47/lighttpd.owncloud.conf +++ b/.conf/dps_47/lighttpd.owncloud.conf @@ -10,7 +10,7 @@ $HTTP["url"] =~ "^/owncloud($|/)" { # - Files $HTTP["url"] =~ "^/owncloud/(\.|autotest|occ|issue|indie|db_|console)" { url.access-deny = ("") } # - Directory listing - dir-listing.active = "disable" + dir-listing.activate = "disable" # - Cache control and security headers for static resources $HTTP["url"] =~ "^/owncloud/.+\.(css|js)" { setenv.add-response-header += (