view umasked.sh @ 886:ca9a259cb5c8

The SPDY module does not support "limit_rate", not "limit_req".
author Valentin Bartenev <vbart@nginx.com>
date Tue, 09 Apr 2013 23:51:47 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"