Skip to content

Commit

Permalink
v6.23
Browse files Browse the repository at this point in the history
+ DietPi-Software | ownCloud: Lighttpd directive fix
  • Loading branch information
MichaIng authored May 8, 2019
1 parent 676447c commit 3cac9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conf/dps_47/lighttpd.owncloud.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 += (
Expand Down

0 comments on commit 3cac9da

Please sign in to comment.