X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c9156c712b8e712139466e96fba4a00deb321198..2b0fa99a5ad90d8b66803deb9be2ba55051dbc5c:/cookbooks/wordpress/templates/default/apache.erb
diff --git a/cookbooks/wordpress/templates/default/apache.erb b/cookbooks/wordpress/templates/default/apache.erb
index ea2e20c0c..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,proc_open"
- 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>