diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 19:04:29 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 19:04:29 +0000 |
| commit | 6851599d8a0bd55d046d76dfa991c3342ec5c3e4 (patch) | |
| tree | 2d618fb68659ea097fb960060daf3dc257b727f8 /opt/nginx/MAKEPKG | |
| parent | 561779e396c5dcaa7bdeb3f57442b7933feff8ed (diff) | |
| download | ports-6851599d8a0bd55d046d76dfa991c3342ec5c3e4.tar.gz | |
sync 2026-09-26 19:04 UTC
3 files changed, 9 insertions(+), 9 deletions(-)
Diffstat (limited to 'opt/nginx/MAKEPKG')
| -rw-r--r-- | opt/nginx/MAKEPKG | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opt/nginx/MAKEPKG b/opt/nginx/MAKEPKG index 058ed18..6d77c6a 100644 --- a/opt/nginx/MAKEPKG +++ b/opt/nginx/MAKEPKG @@ -4,13 +4,13 @@ name=nginx version=1.31.6 -release=1 +release=2 depends=(libressl pcre2 zlib) -groups=(http:user:http:/var/lib/nginx:755:906:906) +groups=(http:user:http:/var/lib/nginx:750:906:906) services=(nginx) permissions=( /etc/nginx/nginx.conf:root:http:640 - /var/lib/nginx:root:http:755 + /var/lib/nginx:http:http:750 /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 755 $PKG/var/lib/nginx + install -d -m 750 $PKG/var/lib/nginx install -d -m 755 $PKG/var/log/nginx install -d -m 755 $PKG/etc/nginx/conf.d } |
