From 17762f8382cef6a5197cadab13689d7861a45921 Mon Sep 17 00:00:00 2001 From: mad Date: Wed, 7 Nov 2018 15:25:48 +0000 Subject: [PATCH] Update 'nlvmi.conf' --- nlvmi.conf | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/nlvmi.conf b/nlvmi.conf index f72b755..a6da088 100644 --- a/nlvmi.conf +++ b/nlvmi.conf @@ -7,12 +7,6 @@ #Loglovel 1-3, 3 is debug LOGLEVEL="3" -#Where your images are stored like qcow2 -VMDIRECTORY="/kvm|/dev/vg0" - -#Where your iso images are stored -ISODIRECTORY="/kvm/iso" - #Where pids and monitor sockets are getting stored RUNDIRECTORY="/run/nlvmi" @@ -22,16 +16,14 @@ DATABASETYPE="sqlite" #only sqlite settings SQLITEFILE="/etc/nlvmi/nlvmi.sqlite" -#The unix user that runs php, to grand permissions on the sqlite file +#The unix user that runs php, to grant permissions on the sqlite file PHPUSER="nobody" #Masterserver only used for remote connections -MASTERSERVER="192.168.0.3" +#MASTERSERVER="192.168.0.3" - -#only mariadb settings -MARIAHOST="localhost" -MARIADB="nlvmi" -MARIAUSER="root" -MARIAPASS="" +#Path to generate nginx configs +#NGINXCONFIGPATH="/etc/nginx/nlvmi" +#command to reload nginx +#NGINXRESTARTCOMMAND="/etc/init.d/nginx restart"