mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Update README.md
apache configuration should use wsgi_custom.py
This commit is contained in:
parent
956b321928
commit
6b444075b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue