add gunicorn

This commit is contained in:
Artem Kharlamov 2015-12-01 17:36:42 +06:00
parent 1ea5f9c28a
commit 60e7caaa3a

2
run_gunicorn.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
gunicorn rarbg:app -b localhost:6000 -k aiohttp.worker.GunicornWebWorker --access-logfile -