diff --git a/website.service b/website.service index 5c52480..fe7eb26 100644 --- a/website.service +++ b/website.service @@ -14,7 +14,7 @@ After=network.target # URI to Fuseki endpoint for querying Environment=FUSEKI_ENDPOINT=https://example.org:3030/dokk -ExecStart=/home/fuseki/dokk.org/venv/bin/gunicorn --bind localhost:8080 app:application +ExecStart=/home/fuseki/dokk.org/venv/bin/gunicorn --workers 2 --threads 4 --bind localhost:8080 app:application User=fuseki Group=fuseki