|
|
|
|
|
by cbr
2918 days ago
|
|
Apache has dynamic modules too, and they're generally better designed. In nginx they were added later and a module compiled against one version of nginx won't work against any other. With Apache you could download a mod_brotli binary module and use it with any (2.4) Apache build. (I used to work on mod_pagespeed) |
|