You can use the chdir
flag for Gunicorn to change to the project directory before executing your command.
gunicorn -w 2 -b 0.0.0.0:8000 --chdir /home/telessaude/telessaude_branch_master telessaude.wsgi_dev:application --reload --timeout 900
You can use the chdir
flag for Gunicorn to change to the project directory before executing your command.
gunicorn -w 2 -b 0.0.0.0:8000 --chdir /home/telessaude/telessaude_branch_master telessaude.wsgi_dev:application --reload --timeout 900