openscanhub: add WSGIDaemonProcess
and WSGIProcessGroup
... options. More specifically it fixes locale related exceptions. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
a616f0f42f
commit
7a7b85e0b8
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ LogLevel debug
|
|||
# ServerAlias *
|
||||
# ServerAlias openscanhub{{ env_suffix }}.fedoraproject.org
|
||||
# WSGI handler
|
||||
# WSGIDaemonProcess osh display-name=%{GROUP} locale='C.UTF-8'
|
||||
# WSGIProcessGroup osh
|
||||
WSGIDaemonProcess root display-name=%{GROUP} locale='C.UTF-8'
|
||||
WSGIProcessGroup root
|
||||
WSGIScriptAlias / /usr/lib/python3.9/site-packages/osh/hub/osh-hub.wsgi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue