diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-04 17:19:54 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-04 17:19:54 -0500 |
commit | a6bbce671428f46b1116c4ea9e1524a4c7ab80f3 (patch) | |
tree | a9641c5a1e69a36c59ec01721a365dcc6704c553 | |
parent | 2d972a5f1dec927ef2945822e3403f77c540e4e6 (diff) | |
download | html5ks-a6bbce671428f46b1116c4ea9e1524a4c7ab80f3.tar.xz html5ks-a6bbce671428f46b1116c4ea9e1524a4c7ab80f3.zip |
fix broken nginx on ubuntu
-rwxr-xr-x | nginx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |