aboutsummaryrefslogtreecommitdiff
path: root/serve.sh
diff options
context:
space:
mode:
authorsudan <sudan@douban.com>2016-01-25 19:03:00 +0800
committersudan <sudan@douban.com>2016-01-25 19:03:00 +0800
commit459e96e906746e8ca2fb4e33235c4576f2e01541 (patch)
treefa5fa62ebf195118af9340c23b4d2e9d5e31a77a /serve.sh
parentsmaller font (diff)
downloadstackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.gz
stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.bz2
stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.zip
remove gunicorn
Diffstat (limited to 'serve.sh')
-rwxr-xr-xserve.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/serve.sh b/serve.sh
deleted file mode 100755
index fbc0f55..0000000
--- a/serve.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-gunicorn -D -w8 --bind unix:/tmp/flask-pastebin.sock pastebin:app -p var/app.pid --access-logfile var/out.log --error-logfile var/error.log
bgstack15