Update README.md

apache configuration should use wsgi_custom.py
This commit is contained in:
Jan Krcmar
2018-06-13 11:20:39 +02:00
committed by GitHub
parent 956b321928
commit 6b444075b6

View File

@@ -202,7 +202,7 @@ webvirtcloud RUNNING pid 24185, uptime 2:59:14
#### Apache mod_wsgi configuration
```
WSGIDaemonProcess webvirtcloud threads=2 maximum-requests=1000 display-name=webvirtcloud
WSGIScriptAlias / /srv/webvirtcloud/webvirtcloud/wsgi.py
WSGIScriptAlias / /srv/webvirtcloud/webvirtcloud/wsgi_custom.py
```
#### Install final required packages for libvirtd and others on Host Server