use C.UTF-8 lang as default
This commit is contained in:
parent
d02e7db4d1
commit
904a241eff
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
|
|||
|
||||
# Python 3 Cheetah expectes unicode everywhere, apache's default lang is C
|
||||
# which is not sufficient to open our templates
|
||||
WSGIDaemonProcess koji lang=en_US.UTF-8
|
||||
WSGIDaemonProcess koji lang=C.UTF-8
|
||||
WSGIProcessGroup koji
|
||||
|
||||
<Directory "/usr/share/koji-web/scripts/">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue