/server/gunicorn_config.py
https://github.com/BillTheBest/shorten.tv · Python · 12 lines · 7 code · 1 blank · 4 comment · 0 complexity · 15972f8d2d693b63c5fc1bb6290dd4c6 MD5 · raw file
- # Refer to the following link for help:
- # http://docs.gunicorn.org/en/latest/settings.html
- # Generally we recommend (2 x $num_cores) + 1 as the
- # number of workers to start off with.
- command = '/home/lucas/www/shorten.tv/shorten-env/bin/gunicorn'
- pythonpath = '/home/lucas/www/shorten.tv/shorten-env/shorten.tv'
- bind = '127.0.0.1:8090'
- workers = 1
- user = 'lucas'
- accesslog = '/home/lucas/logs/shorten.tv/gunicorn-access.log'
- errorlog = '/home/lucas/logs/shorten.tv/gunicorn-error.log'