Skip to content

Instantly share code, notes, and snippets.

@maplebed
Last active December 17, 2015 02:29
Show Gist options
  • Save maplebed/5536423 to your computer and use it in GitHub Desktop.
Save maplebed/5536423 to your computer and use it in GitHub Desktop.
# make the images directory writable by apache's user so that we can upload stuff
directory "#{node['mediawiki']['directory']}/images" do
owner "www-data"
mode "0755"
recursive true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment