Allow sufficient access to serve image files

Add a grant for all clients to read files from the images directory.
Without this, all requests for images are denied.

Change-Id: I50817ce3170453b6522e01ad3e1a3d503f59f9fb
This commit is contained in:
Jeremy Stanley 2016-09-10 17:45:13 +00:00
parent 35f57bcb4f
commit 3b55a5b98d
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@
# Don't run arbitrary PHP code.
php_admin_flag engine off
# Allow access to serve images
Require all granted
</Directory>
<Directory "<%= scope['mediawiki::mediawiki_location'] %>">