view umasked.sh @ 1523:3b4a86b3515e

Rephrased the "real_ip_header" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 30 Jun 2015 19:20:27 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"