]> git.openstreetmap.org Git - chef.git/blob - cookbooks/forum/attributes/default.rb
Separate php::apache-fpm frpm php::fpm
[chef.git] / cookbooks / forum / attributes / default.rb
1 # Enable the "forum" role
2 default[:accounts][:users][:forum][:status] = :role
3
4 # Configure PHP options
5 default[:php][:fpm][:options][:open_basedir] = "/srv/forum.openstreetmap.org/html/:/usr/share/php/:/tmp/"
6 default[:php][:fpm][:options][:disable_functions] = "exec,shell_exec,system,passthru,popen,proc_open"
7 default[:php][:fpm][:options][:upload_max_filesize] = "70M"
8 default[:php][:fpm][:options][:post_max_size] = "100M"