summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-11 18:41:37 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-11 18:41:37 -0400
commit099c1c466fe02f55f7a4a2ad7bb985f457f8da1a (patch)
tree562771524aa22129c5b4851101643a0c7a7fe7de /nginx.sh
parentf0f6967a1b9782b4c21ec9cac39248ece5229962 (diff)
downloadhtml5ks-099c1c466fe02f55f7a4a2ad7bb985f457f8da1a.tar.xz
html5ks-099c1c466fe02f55f7a4a2ad7bb985f457f8da1a.zip
add nginx.conf, nginx.sh for easy deployment
Diffstat (limited to 'nginx.sh')
-rwxr-xr-xnginx.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/nginx.sh b/nginx.sh
new file mode 100755
index 0000000..998265e
--- /dev/null
+++ b/nginx.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec nginx -p `dirname $0` -c nginx.conf