Hi! Can we please add the ms-files.php
rewrite required for uploaded media on wordpress.org/support/
?
The following rule should fit into the existing location /support/
blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.:
rewrite ^/support/files/(.+) /wp-includes/ms-files.php?file=$1 last;
Example URI which should work after the rule is added: https://wordpress.org/support/files/2018/10/WordPress-logotype-wmark-3.png