view umasked.sh @ 467:c505c92c8658

Documented recent changes to the "keepalive_disable" directive.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 28 Mar 2012 07:41:43 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"