view umasked.sh @ 2036:ee0aeddbe8a2

Updated types of subrequests allowed in the internal location.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 08 Sep 2017 15:24:07 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"