view umasked.sh @ 1525:e47758a54759

Updated the "WebSockets Proxying" article with proxy_read_timeout.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 01 Jul 2015 15:54:32 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"