Can I have the following 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/. rewrites set up in the wporg-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 conf file, inside the make.wordpress.org host check around line 19?
rewrite ^/core/[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) /$1 break; rewrite ^/core/[_0-9a-zA-Z-]+/(.*\.php)$ /$1 break;