From a6bbce671428f46b1116c4ea9e1524a4c7ab80f3 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 4 Mar 2014 17:19:54 -0500 Subject: fix broken nginx on ubuntu --- nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf