]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/apache.erb
Set "AllowEncodedSlashes NoDecode" for mediawiki sites
[chef.git] / cookbooks / mediawiki / templates / default / apache.erb
index 8c5224a4ace969a0c2a6aa41b19439788c65f698..dc3dc5eb02fc4599d566b9b25411e8fc58d63d93 100644 (file)
 
   DocumentRoot <%= @directory %>
 
+  AllowEncodedSlashes NoDecode
+
+  ProxyTimeout 300
+
   RewriteCond %{SERVER_NAME} !=<%= @name %>
   RewriteRule ^/(.*)$ https://<%= @name %>/$1 [R=permanent]