X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a62943629fc45519becfbd66176c9238acbeacbd..2f3e72b70cb401b318aafce1d1f7f22cc503eccc:/cookbooks/mediawiki/templates/default/apache.erb diff --git a/cookbooks/mediawiki/templates/default/apache.erb b/cookbooks/mediawiki/templates/default/apache.erb index 3182f8d58..fd23a5341 100644 --- a/cookbooks/mediawiki/templates/default/apache.erb +++ b/cookbooks/mediawiki/templates/default/apache.erb @@ -32,6 +32,8 @@ DocumentRoot <%= @directory %> + AllowEncodedSlashes NoDecode + ProxyTimeout 300 RewriteCond %{SERVER_NAME} !=<%= @name %> @@ -94,7 +96,7 @@ Require all granted - SetHandler "proxy:unix:/run/php/<%= @name %>.sock|fcgi://127.0.0.1" + SetHandler "proxy:unix:/run/php/php-<%= @name %>-fpm.sock|fcgi://127.0.0.1"