mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-09 20:50:20 +02:00
Fix systemd service unit
This commit is contained in:
committed by
club-med
parent
df1a1cb5de
commit
d1e9693647
@ -18,9 +18,4 @@ python manage.py collectstatic --no-input
|
||||
uwsgi --socket "$(pwd)/uwsgi.sock" --chmod-socket=600 --master --plugins python3 \
|
||||
--module med.wsgi:application --env DJANGO_SETTINGS_MODULE=med.settings \
|
||||
--processes 4 --harakiri=20 --max-requests=5000 --vacuum \
|
||||
--static-map /static="$(pwd)/static"
|
||||
|
||||
#uwsgi --chdir="$(pwd)" \
|
||||
# --pidfile="$(pwd)/uwsgi.pid" \
|
||||
# --daemonize="$(pwd)/uwsgi.log" \
|
||||
# --protocol=fastcgi
|
||||
--static-map /static="$(pwd)/static" --protocol=fastcgi
|
||||
|
Reference in New Issue
Block a user