view umasked.sh @ 442:b423d725a932

Try to emphasize that "underscores_in_headers" and "merge_slashes", when specified on the "server" level, only take effect when this is the default server for a listening socket.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 07 Mar 2012 19:44:27 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"