view umasked.sh @ 426:1d6dc85ed324

Specifying "ignore_invalid_headers" or "underscores_in_headers" on the server level in a default server affects all virtual servers listening on the same address:port.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Feb 2012 10:36:08 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"