diff --git a/etc/alternc/templates/apache2/local.conf b/etc/alternc/templates/apache2/local.conf index 717cc1f4..bf5445e8 100644 --- a/etc/alternc/templates/apache2/local.conf +++ b/etc/alternc/templates/apache2/local.conf @@ -1,7 +1,7 @@ ServerName %%fqdn%% - DocumentRoot %%document_root%% - - php_admin_value open_basedir %%document_root%%:/var/alternc/dns/redir:/usr/share/php/:/var/alternc/tmp:/tmp + DocumentRoot "%%document_root%%" + + php_admin_value open_basedir "%%document_root%%:/var/alternc/dns/redir:/usr/share/php/:/var/alternc/tmp:/tmp"