view umasked.sh @ 427:d4464d7bff6c

Bring the list of response codes acceptable by ngx_http_headers_module up to date.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Feb 2012 12:03:21 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"