summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-04 17:19:54 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-04 17:19:54 -0500
commita6bbce671428f46b1116c4ea9e1524a4c7ab80f3 (patch)
treea9641c5a1e69a36c59ec01721a365dcc6704c553
parent2d972a5f1dec927ef2945822e3403f77c540e4e6 (diff)
downloadhtml5ks-a6bbce671428f46b1116c4ea9e1524a4c7ab80f3.tar.xz
html5ks-a6bbce671428f46b1116c4ea9e1524a4c7ab80f3.zip
fix broken nginx on ubuntu
-rwxr-xr-xnginx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.sh b/nginx.sh
index 6c70f47..b16f3e3 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -32,4 +32,4 @@ fi
echo >&2 "Ignore the following message from nginx about the error log, if any."
-exec nginx -p "$PWD" -c nginx.conf
+exec nginx -p "$PWD/" -c nginx.conf