summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-12-23 19:43:09 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2013-12-23 19:43:09 -0500
commit11ec06e9d0175116d13231a56b4461ab6bb709df (patch)
tree383ecfdf9fdda4d07ce8d715eb49ebd469bb74b7 /nginx.sh
parentf54491cd93e77c3c34fc12a7e56f76d19895922a (diff)
downloadhtml5ks-11ec06e9d0175116d13231a56b4461ab6bb709df.tar.xz
html5ks-11ec06e9d0175116d13231a56b4461ab6bb709df.zip
Change... stuff.
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