summaryrefslogtreecommitdiff
path: root/opt/nginx/MAKEPKG
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 19:13:50 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 19:13:50 +0000
commit3c178b3de383c542d4507be42a37fee96a63cb56 (patch)
tree50c12e314e18fa602508004e38b5f7f7b66b5610 /opt/nginx/MAKEPKG
parentea614afb20075ed41eaeb6f6b6a117c8accc410e (diff)
downloadports-3c178b3de383c542d4507be42a37fee96a63cb56.tar.gz
sync 2026-09-26 19:13 UTC
5 files changed, 31 insertions(+), 23 deletions(-)
Diffstat (limited to 'opt/nginx/MAKEPKG')
-rw-r--r--opt/nginx/MAKEPKG9
1 files changed, 5 insertions, 4 deletions
diff --git a/opt/nginx/MAKEPKG b/opt/nginx/MAKEPKG
index 6d77c6a..2061c56 100644
--- a/opt/nginx/MAKEPKG
+++ b/opt/nginx/MAKEPKG
@@ -4,13 +4,13 @@
name=nginx
version=1.31.6
-release=2
+release=1
depends=(libressl pcre2 zlib)
-groups=(http:user:http:/var/lib/nginx:750:906:906)
+groups=(http:user:http:/var/lib/nginx:755:906:906)
services=(nginx)
permissions=(
/etc/nginx/nginx.conf:root:http:640
- /var/lib/nginx:http:http:750
+ /var/lib/nginx:root:http:755
/var/log/nginx:root:http:755
)
source=(https://nginx.org/download/$name-$version.tar.gz)
@@ -66,7 +66,7 @@ build() {
rm -f $PKG/etc/nginx/*.default
# Runtime / state directories
- install -d -m 750 $PKG/var/lib/nginx
+ install -d -m 755 $PKG/var/lib/nginx
install -d -m 755 $PKG/var/log/nginx
install -d -m 755 $PKG/etc/nginx/conf.d
}
@@ -162,3 +162,4 @@ signify() {
}
# vim: filetype=sh
+