mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:54:59 +08:00
c5e6e271a5
When Discourse first introduced brotli support, reverse-proxy/CDN support for passing through the accept-encoding header to our NGINX server was very poor. Therefore, a separate `/brotli_assets/...` path was introduced to serve the brotli assets. This worked well, but introduces additional complexity and inconsistencies. Nowadays, Brotli encoding is well supported, so we don't need the separate paths any more. Requests can be routed to the asset `.js` URLs, and NGINX will serve the brotli/gzip version of the asset automatically. |
||
---|---|---|
.. | ||
builder.rb | ||
default.rb | ||
extension.rb | ||
middleware.rb |