nginx add brotli module
Some checks are pending
/ deploy (push) Has started running

This commit is contained in:
toufic ar 2026-03-04 05:23:43 +02:00
parent 754db685e5
commit bb0821306e
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -18,6 +18,7 @@ in {
package = pkgs.nginx.override {
modules = [
pkgs.nginxModules.moreheaders
pkgs.nginxModules.brotli
];
};