view umasked.sh @ 993:a59aba3d4b67

Proxy: documented the "proxy_ssl_ciphers" directive. While here, corrected the description for "proxy_ssl_protocols".
author Andrei Belov <defan@nginx.com>
date Wed, 02 Oct 2013 13:50:07 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"