mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Gunicorn server updates. Removed NewRelic (wasn't used anyway)
This commit is contained in:
parent
4939467620
commit
52f5340d4b
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ respawn limit 10 5
|
|||
setuid www-data
|
||||
setgid www-data
|
||||
|
||||
exec NEW_RELIC_CONFIG_FILE=/srv/dpaste.de/var/newrelic.ini \
|
||||
/srv/dpaste.de/bin/newrelic-admin run-program /srv/dpaste.de/bin/python /srv/dpaste.de/bin/manage.py run_gunicorn \
|
||||
exec /srv/dpaste.de/bin/gunicorn dpaste.wsgi:application \
|
||||
--user=www-data \
|
||||
--group=www-data \
|
||||
--workers=2 \
|
||||
|
|
Loading…
Reference in a new issue