Run ODCS frontend under 'odcs' user.

This commit is contained in:
Jan Kaluža 2019-10-23 11:33:10 +00:00 committed by Pierre-Yves Chibon
parent 6b392d7b9a
commit abe42cf7f8

View file

@ -5,7 +5,7 @@ RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
{% endif %}
WSGIDaemonProcess odcs user=apache group=apache processes={{wsgi_procs}} threads={{wsgi_threads}}
WSGIDaemonProcess odcs user=odcs group=apache processes={{wsgi_procs}} threads={{wsgi_threads}}
WSGIScriptAlias /{{ odcs_endpoint }} /usr/share/odcs/odcs.wsgi
{% if env == 'staging' %}