We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91c7a6 commit 8fa8ed5Copy full SHA for 8fa8ed5
install/dist/conf/centos70.conf.php
@@ -171,9 +171,9 @@
171
$conf['bind']['installed'] = false; // will be detected automatically during installation
172
$conf['bind']['bind_user'] = 'named';
173
$conf['bind']['bind_group'] = 'named';
174
-$conf['bind']['bind_zonefiles_dir'] = '/var/named/chroot/var/named/';
175
-$conf['bind']['named_conf_path'] = '/var/named/chroot/etc/named.conf';
176
-$conf['bind']['named_conf_local_path'] = '/var/named/chroot/var/named/named.local';
+$conf['bind']['bind_zonefiles_dir'] = '/var/named';
+$conf['bind']['named_conf_path'] = '/etc/named.conf';
+$conf['bind']['named_conf_local_path'] = '/etc/named.conf.local';
177
$conf['bind']['init_script'] = 'named';
178
179
//* Jailkit
0 commit comments