Package nginx: Scripts

Post install

sed -i 's/\(types_hash_bucket_size[[:space:]]*\)[[:space:]]32[[:space:]]*;[[:space:]]*$/\1 64;/' /etc/nginx/nginx.conf ||:
Pre install

1
2
3
4
/usr/sbin/groupadd -r -f _nginx ||:
/usr/sbin/groupadd -r -f _webserver ||:
/usr/sbin/useradd -r -g _nginx -G _webserver -d /dev/null -s /dev/null -n _nginx \
	2> /dev/null > /dev/null ||:
Pre uninstall

/usr/sbin/preun_service nginx