view umasked.sh @ 1544:627a9309011c

Renamed cookie in the example of the sticky directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Mar 2015 13:01:06 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"