]> git.openstreetmap.org Git - chef.git/commitdiff
mediawiki: add RewriteCond for server-info
authorGrant Slater <github@firefishy.com>
Tue, 12 Mar 2024 12:36:38 +0000 (12:36 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 12 Mar 2024 12:36:38 +0000 (12:36 +0000)
cookbooks/mediawiki/templates/default/apache.erb

index edd901102d160c1094fb886ea63dc0207a2e971e..d3d25a3a1c24d921b5fb2bdb08c616754dbc2b53 100644 (file)
@@ -85,6 +85,7 @@
   RewriteCond %{REQUEST_URI} !^/prop/
   RewriteCond %{REQUEST_URI} !^/dump/
   RewriteCond %{REQUEST_URI} !^/server-status
+  RewriteCond %{REQUEST_URI} !^/server-info
   RewriteCond %{REQUEST_URI} !^/.well-known/
   RewriteCond %{LA-U:REQUEST_FILENAME} !-f
   RewriteCond %{LA-U:REQUEST_FILENAME} !-d