mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 09:06:21 +01:00
Correct install procedure for gunicorn.
Correct docs index links.
This commit is contained in:
@@ -23,6 +23,7 @@ stopwaitsecs = 600
|
||||
killasgroup=true
|
||||
priority=998
|
||||
|
||||
{% if gunicorn %}
|
||||
[program:gunicorn]
|
||||
user = allianceserver
|
||||
directory={{ project_directory }}
|
||||
@@ -33,6 +34,7 @@ autostart=true
|
||||
autorestart=true
|
||||
stopsignal=INT
|
||||
|
||||
{% endif %}
|
||||
[group:{{ project_name }}]
|
||||
programs=beat,worker,gunicorn
|
||||
programs=beat,worker{% if gunicorn %},gunicorn{% endif %}
|
||||
priority=999
|
||||
|
||||
Reference in New Issue
Block a user