X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/714a75ef375d7c8a82ce4042b729320c1f8d0838..b5977d65e97f6fcfccddefedf619de4902e45d31:/cookbooks/mediawiki/templates/default/apache.erb diff --git a/cookbooks/mediawiki/templates/default/apache.erb b/cookbooks/mediawiki/templates/default/apache.erb index ab16ce428..51a4b1bf0 100644 --- a/cookbooks/mediawiki/templates/default/apache.erb +++ b/cookbooks/mediawiki/templates/default/apache.erb @@ -34,7 +34,7 @@ php_admin_value open_basedir <%= @directory %>/:/usr/share/php/:/dev/null:/tmp/ #php_admin_value disable_functions "exec,shell_exec,system,passthru,popen,proc_open" - php_value memory_limit 368M + php_value memory_limit 500M php_value max_execution_time 240 php_value upload_max_filesize 70M php_value post_max_size 100M @@ -80,7 +80,7 @@ Options -ExecCGI -Includes -Indexes AllowOverride None AddType text/plain .html .htm .shtml -<% if @private -%> +<% if @private_site -%> Require all denied <% end -%>