We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976235e commit 5d6ced4Copy full SHA for 5d6ced4
cookbooks/mediawiki/templates/default/apache.erb
@@ -85,6 +85,7 @@
85
RewriteCond %{REQUEST_URI} !^/prop/
86
RewriteCond %{REQUEST_URI} !^/dump/
87
RewriteCond %{REQUEST_URI} !^/server-status
88
+ RewriteCond %{REQUEST_URI} !^/server-info
89
RewriteCond %{REQUEST_URI} !^/.well-known/
90
RewriteCond %{LA-U:REQUEST_FILENAME} !-f
91
RewriteCond %{LA-U:REQUEST_FILENAME} !-d
0 commit comments