diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2025-09-19 17:11:22 +0100 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2025-09-24 12:21:30 +0100 |
| commit | fea728d1435e4a74c9bc3e32c52ca2ecb067c631 (patch) | |
| tree | d8acfd5115dd1de7fdd842ff11852d622f5106cc | |
| parent | 464d738655590cb3df4ac6843dc2fd08dd3771f6 (diff) | |
gnu: nginx: Enable stream_ssl_preread module.
* gnu/packages/web.scm (nginx)[arguments]: Add
--with-stream_ssl_preread_module configure flag.
| -rw-r--r-- | gnu/packages/web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 5cad89fe188..ea3f277ca74 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -572,6 +572,7 @@ the same, being completely separated from the Internet.") "--with-compat" "--with-stream" "--with-stream_ssl_module" + "--with-stream_ssl_preread_module" "--with-http_stub_status_module" ;; Even when not cross-building, we pass the ;; --crossbuild option to avoid customizing for the |
