diff options
author | luxagraf <sng@luxagraf> | 2021-01-16 14:53:22 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-16 14:53:22 -0500 |
commit | 510c50ae52131f0977cd591ad4b7a12bb5a91da1 (patch) | |
tree | 6d1c099a9383f5b49f6687a50e0ab02e5d44a7fe /config/gunicorn_config.py | |
parent | 7469f2c96bc3937478818e1324ed73ae9293dad9 (diff) |
proj: deleted old files: flickrtoken, gunicorn config and shell script
Diffstat (limited to 'config/gunicorn_config.py')
-rw-r--r-- | config/gunicorn_config.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/gunicorn_config.py b/config/gunicorn_config.py deleted file mode 100644 index 7fabc47..0000000 --- a/config/gunicorn_config.py +++ /dev/null @@ -1,9 +0,0 @@ -from os.path import dirname, abspath,join -PROJ_ROOT = abspath(dirname(dirname(dirname(__file__))))+'/' -command = join(PROJ_ROOT, "/venv/bin/gunicorn") -pythonpath = PROJ_ROOT -bind = '127.0.0.1:8001' -workers = 2 -log_level = "info" -error_logfile = "/home/lxf/logs/live.gunicorn.error.log" - |