Fix typo and domain name

This commit is contained in:
Pierre-Yves Chibon 2015-07-20 11:25:08 +02:00
parent 2ced33df9d
commit 4126baab19

View file

@ -19,9 +19,8 @@
#TODO: move this to 443 when we have the ssl certs
<VirtualHost docs.pagure.io:80>
WSGIDaemonProcess pagure user=git group=git maximum-requests=50000 display-name=pagure processes=8 threads=4 ina
tivity-timeout=300
<VirtualHost docs.pagure.org:80>
WSGIDaemonProcess pagure user=git group=git maximum-requests=50000 display-name=pagure processes=8 threads=4 inactivity-timeout=300
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On