apache, nginx, tor, fdisk

This commit is contained in:
2026-02-21 18:03:07 +01:00
parent 6559569986
commit 917ffadc6a
17 changed files with 114 additions and 17 deletions

12
packages/nginx.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "nginx")
(version "1.29.5")
(homepage "https://nginx.org/")
(dependencies libpcre2 zlib libopenssl)
(src (tar
(url "https://nginx.org/download/nginx-1.29.5.tar.gz")
(dir "nginx-1.29.5")
(blake3 "e37ca0ef47e09e907952840dc29cf3b8eef59d90894eb585fcafc8ec62aebbd1")))
(build
(configure_make
(configure_flags "--with-http_ssl_module --with-http_v2_module --with-http_v3_module --with-threads"))))