container: fix spelling in hub/kojiweb.conf

Found by codespell.
This commit is contained in:
Christian Kellner 2020-10-05 16:07:53 +02:00
parent 50a0b09b5d
commit a37fe00b05

View file

@ -2,7 +2,7 @@
Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
#(configuration goes in /etc/kojiweb/web.conf)
# Python 3 Cheetah expectes unicode everywhere, apache's default lang is C
# Python 3 Cheetah expects unicode everywhere, apache's default lang is C
# which is not sufficient to open our templates
WSGIDaemonProcess koji lang=C.UTF-8
WSGIProcessGroup koji