X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d4c21371069c4229dce7fc4316a1dea6d6e882e9..749c528b381e13ab3a61e3ddf1c9679e69012e91:/cookbooks/wordpress/templates/default/apache.erb diff --git a/cookbooks/wordpress/templates/default/apache.erb b/cookbooks/wordpress/templates/default/apache.erb index 9b6917982..a1187818a 100644 --- a/cookbooks/wordpress/templates/default/apache.erb +++ b/cookbooks/wordpress/templates/default/apache.erb @@ -42,9 +42,6 @@ <% end -%> - ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir=<%= @directory %>/:/usr/share/php/:/tmp/\ndisable_functions=exec,shell_exec,system,passthru,popen" - ProxyFCGISetEnvIf "true" PHP_VALUE "upload_max_filesize=70M\npost_max_size=100M" - > RewriteEngine on @@ -62,6 +59,10 @@ AllowOverride AuthConfig Require all granted + + + SetHandler "proxy:unix:/run/php/<%= @name %>.sock|fcgi://127.0.0.1" + /wp-config.php>