Can we have some new nginx rules added…

Can we have some new nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. rules added to WP.org for a feature we hope to launch today?

rewrite ^/support/plugin/([^/]+)/page/([0-9]+) /support/view.php?view=plugin&plugin=$1&page=$2 last;
rewrite ^/support/plugin/([^/]+) /support/view.php?view=plugin&plugin=$1 last;
# RSS
rewrite ^/support/rss/plugin/([^/]+) /support/rss.php?view=plugin&plugin=$1 last;

These would go in the /support/ location 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. for wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/.

#nginx