We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea7b33 commit 06a9766Copy full SHA for 06a9766
services-conf/django_startup.sh
@@ -16,5 +16,5 @@ chown -R hpcperfstats:hpcperfstats /hpcperfstats/
16
/usr/local/bin/python3 hpcperfstats/site/manage.py migrate
17
18
# gunicorn is the django web server - this is configued for a 40 core machine
19
-/usr/local/bin/gunicorn hpcperfstats.site.hpcperfstats_site.wsgi --bind 0.0.0.0:8000 --env DJANGO_SETTINGS_MODULE=hpcperfstats.site.hpcperfstats_site.settings -u hpcperfstats --workers=81
+/usr/local/bin/gunicorn hpcperfstats.site.hpcperfstats_site.wsgi --bind 0.0.0.0:8000 --env DJANGO_SETTINGS_MODULE=hpcperfstats.site.hpcperfstats_site.settings -u hpcperfstats --workers=81 --access-logfile - --error-logfile -
20
0 commit comments