server_name localhost; #access_log /var/log/nginx/webvirtcloud-access_log; location /static/ { root /srv/webvirtcloud; expires max; } location / { proxy_pass http ...
I have installed Webvirtcloud on Ubuntu 18.04. I want to control a KVM hypervisor that is running on CentOS7. When I create a new "Compute" in Webvirtcloud and then ...