]> git.openstreetmap.org Git - chef.git/commitdiff
Set "AllowEncodedSlashes NoDecode" for mediawiki sites
authorTom Hughes <tom@compton.nu>
Thu, 30 Jun 2022 15:03:41 +0000 (16:03 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 Jun 2022 15:04:49 +0000 (16:04 +0100)
https://community.openstreetmap.org/t/1817
https://phabricator.wikimedia.org/T261921

cookbooks/mediawiki/templates/default/apache.erb

index 3182f8d587840c42391fec91afebe1f2d14cada9..dc3dc5eb02fc4599d566b9b25411e8fc58d63d93 100644 (file)
@@ -32,6 +32,8 @@
 
   DocumentRoot <%= @directory %>
 
+  AllowEncodedSlashes NoDecode
+
   ProxyTimeout 300
 
   RewriteCond %{SERVER_NAME} !=<%= @name %>