]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/attributes/default.rb
Pass PHP options to FPM from apache
[chef.git] / cookbooks / forum / attributes / default.rb
index b4982d65c5fb4573d37adbbaa3afbe90c490101e..9f4114f8099ff0627294de623cbb41dfd54ff8ab 100644 (file)
@@ -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"