diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2025-11-30 12:27:20 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 12:22:25 +0000 |
| commit | 5b31cb7360df3846117f78e224d833741f26a8d4 (patch) | |
| tree | 627c230515e9f634e0eaf30d7cd7f569395470fe /gnu/packages | |
| parent | 389f3fbb24545392bce57ec28b34965e3d09bcc6 (diff) | |
gnu: nginx: Enable ngx_http_dav module.
This allows setting up a WebDAV server with nginx, see:
<https://nginx.org/en/docs/http/ngx_http_dav_module.html>.
* gnu/packages/web.scm (nginx)[arguments]<configure-flags>: Add
"--with-http_dav_module" flag.
Merges: https://codeberg.org/guix/guix/pulls/4575
Change-Id: Ia4e9dd6110ac3771487b8696b7ab2b5880ddbac2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -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 ab60571e481..30f1fb6e0b8 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -587,6 +587,7 @@ the same, being completely separated from the Internet.") "--with-http_gunzip_module" "--with-http_addition_module" "--with-http_sub_module" + "--with-http_dav_module" "--with-pcre-jit" "--with-debug" "--with-compat" |
