X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/765f0142ffd067ce10c764fbaa09b27b4be70b2e..9da2371f202d49b61dc48c36c9fc4aa5c87d25fe:/cookbooks/forum/attributes/default.rb diff --git a/cookbooks/forum/attributes/default.rb b/cookbooks/forum/attributes/default.rb index b4982d65c..9f4114f80 100644 --- a/cookbooks/forum/attributes/default.rb +++ b/cookbooks/forum/attributes/default.rb @@ -1,8 +1,2 @@ # Enable the "forum" role default[:accounts][:users][:forum][:status] = :role - -# Configure PHP options -default[:php][:fpm][:options][:open_basedir] = "/srv/forum.openstreetmap.org/html/:/usr/share/php/:/tmp/" -default[:php][:fpm][:options][:disable_functions] = "exec,shell_exec,system,passthru,popen,proc_open" -default[:php][:fpm][:options][:upload_max_filesize] = "70M" -default[:php][:fpm][:options][:post_max_size] = "100M"