summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.sh')
-rwxr-xr-xnginx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx.sh b/nginx.sh
index b4cda8b..6c70f47 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -30,5 +30,6 @@ if ! echo ${V} | grep -q -- --without-http_uwsgi_module; then
echo "uwsgi_temp_path /dev/null;" >> nginx.gen.conf
fi
+echo >&2 "Ignore the following message from nginx about the error log, if any."
exec nginx -p "$PWD" -c nginx.conf