diff options
author | sudan <sudan@douban.com> | 2016-01-25 19:03:00 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-25 19:03:00 +0800 |
commit | 459e96e906746e8ca2fb4e33235c4576f2e01541 (patch) | |
tree | fa5fa62ebf195118af9340c23b4d2e9d5e31a77a /serve.sh | |
parent | smaller font (diff) | |
download | stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.gz stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.bz2 stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.zip |
remove gunicorn
Diffstat (limited to 'serve.sh')
-rwxr-xr-x | serve.sh | 3 |
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 |