Fix typo and domain name
This commit is contained in:
parent
2ced33df9d
commit
4126baab19
1 changed files with 2 additions and 3 deletions
|
@ -19,9 +19,8 @@
|
||||||
|
|
||||||
#TODO: move this to 443 when we have the ssl certs
|
#TODO: move this to 443 when we have the ssl certs
|
||||||
|
|
||||||
<VirtualHost docs.pagure.io:80>
|
<VirtualHost docs.pagure.org:80>
|
||||||
WSGIDaemonProcess pagure user=git group=git maximum-requests=50000 display-name=pagure processes=8 threads=4 ina
|
WSGIDaemonProcess pagure user=git group=git maximum-requests=50000 display-name=pagure processes=8 threads=4 inactivity-timeout=300
|
||||||
tivity-timeout=300
|
|
||||||
|
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
WSGIRestrictStdout On
|
WSGIRestrictStdout On
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue